Automatic Amazon Referrals

Automatic Amazon Referrals

Redirects amazon and amazon smile product pages to your choice of affiliate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Brandon Robbins & David Kent",
  "background": {
    "scripts": [
      "request.js"
    ]
  },
  "description": "Redirects amazon and amazon smile product pages to your choice of affiliate.",
  "manifest_version": 2,
  "options_page": "options.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "name": "Automatic Amazon Referrals",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://www.amazon.com/*",
    "https://www.amazon.com/*",
    "http://smile.amazon.com/*",
    "https://smile.amazon.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1"
}