Amiami Cart Adder Firefox

Examine source code of Amiami Cart Adder

Inspect and view changes in Amiami Cart Adder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Amiami Cart Adder",
  "description": "A small extension to add things to your cart in an instant. Useful for short pre-order windows if you want to order stuff quickly. DOES NOT PLACE THE ORDER FOR YOU, it simply adds it to your cart so you don't have to visit different pages.",
  "version": "0.0.2",
  "permissions": [
    "storage",
    "cookies",
    "*://*.amiami.com/*"
  ],
  "default_locale": "en",
  "browser_action": {
    "default_title": "Amiami Cart Adder",
    "default_icon": "images/icon-128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "19": "images/icon-19.png",
    "38": "images/icon-38.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amiami.com/*"
      ],
      "js": [
        "content_script.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {}
  }
}

Best Amiami Cart Adder Alternatives

Here are some Firefox add-ons that are similar to Amiami Cart Adder: