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
about:debugging#/runtime/this-firefox
chrome://extensions/
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.