Amazon Affiliater

Amazon Affiliater

Adds Aaron Spuler's associate id to all Amazon links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "Adds Aaron Spuler's associate id to all Amazon links",
  "name": "Amazon Affiliater",
  "manifest_version": 2,
  "version": "1.1.3"
}