Browser Extension to improve the experience of Amazon Vine members.
Chrome webstore: https://chromewebstore.google.com/detail/jlglbhebbkfjcofdplbkanckkipkgfle Mozilla Add-ons: https://addons.mozilla.org/en-CA/firefox/addon/amazon-vine-helper/
You must have node.js installed. This project uses the yarn classic package manager.
npm install -g yarn
git clone git@github.com:FMaz008/VineHelper.git
cd VineHelper
yarn
- In Firefox, go to
about:debugging#/runtime/this-firefox
- click "Load Temporary Add-on..."
- open the folder with the unzipped files in it and select the manifest.json file.
- In Chrome, go to
chrome://extensions/
- enable Developer mode on the right of the page,
- then click "Load Unpacked".
- select the folder with the unzipped files in it
Note: If testing locally with the default manifest.json file, your browser will likely give you errors, as the test manifest.json file is a mix of the settings for Chrome and Firefox. The extension should work fine despite these errors. Released versions use the proper manifest file for each browser.