Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Make Proxy Simple",
"name": "Make Proxy Simple Switcher",
"description": "Proxy Switcher: Fast IP change, blocks WebRTC, ads, sets geo, fingerprint, and User Agent.",
"default_locale": "en",
"manifest_version": 3,
"version": "1.0.0.3",
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"action": {
"default_icon": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"default_popup": "popup.html",
"default_title": "Make Proxy Simple Switcher"
},
"options_page": "options.html",
"permissions": [
"tabs",
"scripting",
"proxy",
"webRequest",
"webRequestAuthProvider",
"storage",
"browsingData",
"declarativeNetRequest",
"privacy"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"content\/index.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"static\/*",
"flags\/*",
"pages\/*",
"fonts\/*",
"images\/*",
"scripts\/*",
"gifs\/*",
"libs\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
},
"background": {
"service_worker": "background\/index.js"
}
}