Price Tracker Firefox

Examine source code of Price Tracker

Inspect and view changes in Price Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Price Tracker",
  "description": "A simple and effective universal Price Tracker",
  "version": "2.0",
  "author": "Evagoon Inc.",
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amazon.in/*",
        "*://*.amazon.it/*",
        "*://*.aliexpress.com/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.de/*",
        "*://*.amazon.es/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.se/*"
      ],
      "js": [
        "match.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{66a50783-f361-48b4-8a4f-576ffed9e81d}",
      "strict_min_version": "102.0"
    }
  }
}

Best Price Tracker Alternatives

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