Amazon delivery check Addon Firefox

Examine source code of Amazon delivery check Addon

Inspect and view changes in Amazon delivery check Addon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Amazon delivery check",
  "version": "0.2.6",
  "description": "This addon checks if Amazon delivers to your country, from the search page.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://www.amazon.*/*"
      ],
      "js": [
        "jquery-3.1.0.min.js",
        "scanResults.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "@amazon-delivercheck-addon"
    }
  }
}

Best Amazon delivery check Addon Alternatives

Here are some Firefox add-ons that are similar to Amazon delivery check Addon: