By: Charles
Inspect and view changes in Easy Proxy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.0",
"manifest_version": 2,
"permissions": [
"proxy",
"storage",
"tabs",
"unlimitedStorage",
"webRequest",
"http://*/*",
"https://*/*"
],
"default_locale": "en",
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"background": {
"scripts": [
"libs/easyproxy.js",
"background.js"
]
},
"browser_action": {
"default_icon": {
"24": "icons/24.png"
},
"default_popup": "pages/popup/popup.html"
},
"options_ui": {
"page": "pages/options/options.html",
"open_in_tab": true
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+Q"
}
}
},
"browser_specific_settings": {
"gecko": {
"id": "{913712da-ddb0-4a32-9e7b-dba522206c41}",
"strict_min_version": "91.1.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"developer": {
"name": "jc3213",
"url": "https://github.com/jc3213/easy_proxy"
}
} Best Easy Proxy Alternatives
Here are some Firefox add-ons that are similar to Easy Proxy: