Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reinstate archiveror to chrome addon store ? #57

Open
sn1per1 opened this issue Aug 17, 2021 · 9 comments
Open

Reinstate archiveror to chrome addon store ? #57

sn1per1 opened this issue Aug 17, 2021 · 9 comments

Comments

@sn1per1
Copy link

sn1per1 commented Aug 17, 2021

Archiveror was removed from chrome addon store, will it be reinstated or to just install the extension manually.

@RealDyllon
Copy link

Seems like it was removed from the chrome web store for being "unsafe":

Screenshot 2021-09-06 at 1 06 08 AM

@peteraritchie
Copy link

What's unsafe about it?

@bigsmile01
Copy link

Archiveror was removed from chrome addon store, will it be reinstated or to just install the extension manually.

How do you install the extension manually?

@machawk1
Copy link

machawk1 commented May 5, 2022

@bigsmile01 I was able to load the extension in Chrome. First, get the source of this repo then...

  1. Go to More Tools > Extensions in Chrome's ⋮ menu
  2. Toggle the "Developer Mode" switch
  3. Select the "Load Unpacked" button
  4. Navigate to the src directory in the source of the repo
  5. Click the select button

You should then see the extension loaded in Chrome.

@lef-est
Copy link

lef-est commented May 5, 2022 via email

@bigsmile01
Copy link

@bigsmile01 I was able to load the extension in Chrome. First, get the source of this repo then...

  1. Go to More Tools > Extensions in Chrome's ⋮ menu
  2. Toggle the "Developer Mode" switch
  3. Select the "Load Unpacked" button
  4. Navigate to the src directory in the source of the repo
  5. Click the select button

You should then see the extension loaded in Chrome.

Thanks! It installed. Although it doesn't seem to work. When I click "Archive Now" nothing happens. Any ideas?

@machawk1
Copy link

machawk1 commented May 7, 2022

It looks like the extension uses some external dependencies (e.g., babel) via module imports, so likely needs more than the above procedure to be built. Some tutorials exist on packing extensions in this way but I am not familiar with doing so. Anyone that has experience packing extensions using imports (e.g., using yarn/webpack) might know more and hopefully can provide some insights here.

@9ao9ai9ar
Copy link

9ao9ai9ar commented May 14, 2022

but is it safe, given the cause of delisting of archiveror? has someone vetted the source code?

I am guessing the extension got delisted from the Chrome Web Store either because the author failed to fill out the limited use form, or there are inconsistencies between the extension's privacy policy, the disclosures provided through the developer dashboard, and the behavior of the extension. The inconsistencies could be the result of:

  1. a lack of a privacy policy (according to CRXcavator, though the Firefox version does have a privacy policy), required because the extension "handles" the URLs that the browsers interact with, and more importantly,
  2. a failure to satisfy the prominent disclosure requirement, as the extension by default archives all new bookmarks when created and all old bookmarks when you visit them. This behavior is only mentioned in documents and presented as an option that can be diabled in the extension options page, but never once did it ask the users through the UI for an opt-in to this secondary feature, however convenient it may be.

@rahiel would most certainly know the reasons for the extension's removal from the Chrome Web Store if he/she consults the Troubleshooting Chrome Web Store violations guide.

Other than the aformentioned violation of privacy, this extension seems safe: VirusTotal detected no malware.

@VetaLioSTV
Copy link

@bigsmile01 I was able to load the extension in Chrome. First, get the source of this repo then...

  1. Go to More Tools > Extensions in Chrome's ⋮ menu
  2. Toggle the "Developer Mode" switch
  3. Select the "Load Unpacked" button
  4. Navigate to the src directory in the source of the repo
  5. Click the select button

You should then see the extension loaded in Chrome.

Tried to install .zip version(its available in other open issue's) and via that guide aka through .crm file, which didn't gave positive result, since it shown error this extension may have been corrupted
Then tried your method and it worked. Thanks.

BTW it shows error\notification about manifest file:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants