PriceScout V2 Firefox

Examine source code of PriceScout V2

Inspect and view changes in PriceScout V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PriceScout V2",
  "version": "1.3",
  "description": "Compare prices and set price alerts for products.",
  "permissions": [
    "activeTab",
    "https://api.pricescout.com/*",
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.amazon.com/*",
        "*://www.ebay.com/*",
        "*://www.walmart.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{11844d67-ef4c-43c4-be29-d257f48e7f94}"
    }
  }
}

Best PriceScout V2 Alternatives

Here are some Firefox add-ons that are similar to PriceScout V2: