Amazon Smiley Firefox

Examine source code of Amazon Smiley

Par : eukaryote
Inspect and view changes in Amazon Smiley source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Amazon Smiley",
  "short_name": "AmznSmiley",
  "version": "1.9",
  "description": "Automatically load Amazon Smile (using HTTPS) when you navigate to an Amazon page, in order to donate a portion of your purchase to the charity of your choice. This extension works with Firefox Quantum, and supports amazon.com, amazon.co.uk, and amazon.de, which are the only three Amazon country sites that support Smile as of November 2017. The extension asks for only the minimum privileges that are required to redirect requests. The code is open-source and may be viewed at the homepage URL (on GitHub).",
  "homepage_url": "https://github.com/eukaryote/amazonsmiley",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://amazon.com/*",
    "*://www.amazon.com/*",
    "*://amazon.co.uk/*",
    "*://www.amazon.co.uk/*",
    "*://amazon.de/*",
    "*://www.amazon.de/*"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "chrome_style": true
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  }
}

Meilleures alternatives Amazon Smiley

Voici quelques Firefox add-ons qui sont similaires à Amazon Smiley :