Amazon Site Switcher Firefox

Examine source code of Amazon Site Switcher

By: Tiago
Inspect and view changes in Amazon Site Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Site Switcher",
  "version": "1.2",
  "description": "Update site codes in all tabs and show a banner",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c712d2f5-0f67-453a-9716-0bd0c56665e8}"
    }
  }
}

Best Amazon Site Switcher Alternatives

Here are some Firefox add-ons that are similar to Amazon Site Switcher: