Coupon Finder Firefox

Examine source code of Coupon Finder

Inspect and view changes in Coupon Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Coupon Finder",
  "version": "1.0",
  "description": "Automatically finds and displays discount codes when shopping online.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a40f82d6-95d6-4d27-80e7-a44e560a7d58}"
    }
  }
}

Best Coupon Finder Alternatives

Here are some Firefox add-ons that are similar to Coupon Finder: