Environment Cookie/LocalStorage Switcher Firefox

Examine source code of Environment Cookie/LocalStorage Switcher

By: Baizhu
Inspect and view changes in Environment Cookie/LocalStorage Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Environment Cookie/LocalStorage Switcher",
  "version": "1.0",
  "description": "Easily switch cookies/localStorage between dev, staging, and prod environments.",
  "permissions": [
    "cookies",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ed140f2b-76a6-4a9d-bd19-6bd065d472a6}"
    }
  }
}

Best Environment Cookie/LocalStorage Switcher Alternatives

Here are some Firefox add-ons that are similar to Environment Cookie/LocalStorage Switcher: