By: Clorinde
Inspect and view changes in 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": "{1bd49147-2958-405f-aa41-b6596b40166c}"
}
}
} Best Cookie/LocalStorage Switcher Alternatives
Here are some Firefox add-ons that are similar to Cookie/LocalStorage Switcher:
Environment Cookie/LocalStorage Switcher
Chevreuse
Environment Cookie/LocalStorage Switcher
Baizhu
Environment Cookie/LocalStorage Switcher
Sayu
Environment Switcher
Exobytelabs
Session Cookie Switcher
Vadymk_95
localivelize
Wildan M Zaki
Switchalot
OO
Dev Environment Switcher
bgxz
Session Switcher
Fanes Pratama
Environment Switch
Senthil Ponnusamy
Project Environment Switcher
jarnedel
CookieSwap
ExtUp