Configure your browser with socks5 proxy
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Socks5 Configurator",
"description": "Configure your browser with socks5 proxy",
"homepage_url": "https://www.txthinking.com",
"version": "2023.6.12",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"proxy"
],
"host_permissions": [
"http://*/*",
"https://*/*",
"<all_urls>"
],
"action": {
"default_icon": {
"16": "/images/icon.16.png",
"32": "/images/icon.32.png",
"48": "/images/icon.48.png",
"128": "/images/icon.128.png"
}
},
"options_page": "options.html",
"icons": {
"16": "/images/icon.16.png",
"32": "/images/icon.32.png",
"48": "/images/icon.48.png",
"128": "/images/icon.128.png"
},
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}