Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 1.47 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.47 KB

Archived: This project is no longer maintained and may not work anymore.


Shop Incognito

A Chrome extension that turns off Amazon browsing history — and keeps it off.

Amazon lets you disable your browsing history, but they store the setting in a cookie, even if you're signed in. So whenever your Amazon session expires (e.g., you clear your cookies), your preference is lost. This extension watches for new Amazon sessions and disables browsing history on your behalf.

Using this extension in developer mode

  1. Clone this repository.
  2. Navigate to your list of installed Chrome extensions, and make sure that "Developer mode" is enabled.
  3. Click "Load unpacked extension…" and select the cloned directory.
  4. Optional: Check "Allow in incognito" for this extension.

Publishing this extension to the Chrome Web Store

Chrome warns about developer-mode extensions when it starts up, which can get annoying. To avoid this warning, you can upload Shop Incognito as an "unlisted" extension for your own use. Here's how:

  1. Clone this repository.
  2. Run package.sh to generate shop-incognito.zip.
  3. Upload shop-incognito.zip to the Chrome Web Store and publish the extension at whatever visibility you'd like.
  4. After the extension has published, install it from the Chrome Web Store.
  5. Optional: Navigate to your list of installed Chrome extensions and check "Allow in incognito" for this extension.