Amazon Price Tracker Firefox

Examine source code of Amazon Price Tracker

Inspect and view changes in Amazon Price Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "web_accessible_resources": [
    "chrome/content/selectionHook.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2dd6c9bb-a9a9-4971-a0f5-fad538afb5da}"
    }
  },
  "name": "Amazon Price Tracker",
  "default_locale": "en",
  "manifest_version": 2,
  "description": "Adds price history charts and the option to be alerted on price drops to all Amazon sites.",
  "version": "2.0",
  "options_ui": {
    "browser_style": false,
    "page": "chrome/content/options.html",
    "open_in_tab": true
  },
  "background": {
    "page": "chrome/content/background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*.keepa.com/*",
        "*://*.amzn.com/*",
        "*://*.amazon.com/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.com.mx/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.de/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.it/*",
        "*://*.amazon.es/*",
        "*://*.amazon.cn/*",
        "*://*.amazon.co.jp/*",
        "*://*.amazon.in/*",
        "*://*.amazon.com.br/*",
        "*://*.amazon.nl/*",
        "*://*.amazon.com.au/*"
      ],
      "run_at": "document_start",
      "js": [
        "chrome/content/content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/i16.png",
    "32": "icons/i32.png",
    "48": "icons/i48.png",
    "128": "icons/i128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/i32.png",
      "40": "icons/i40.png"
    },
    "default_title": "Keepa automatically loads on Amazon product pages."
  },
  "permissions": [
    "notifications",
    "cookies",
    "storage",
    "<all_urls>",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "*://*.keepa.com/*",
    "*://*.amazon.com/*",
    "*://*.amzn.com/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.de/*",
    "*://*.amazon.fr/*",
    "*://*.amazon.it/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.com.mx/*",
    "*://*.amazon.es/*",
    "*://*.amazon.cn/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.in/*",
    "*://*.amazon.com.br/*",
    "*://*.amazon.nl/*",
    "*://*.amazon.com.au/*"
  ]
}

Best Amazon Price Tracker Alternatives

Here are some Firefox add-ons that are similar to Amazon Price Tracker: