Simple Proxy
Proxy switch for each individual website.
Hvad er Simple Proxy?
Simple Proxy er en Chrome-udvidelse udviklet af jinzhenzu, og dens hovedfunktion er "Proxy switch for each individual website.".
Udvidelsesskærmbilleder
Download Simple Proxy-udvidelses-CRX-fil
Download Simple Proxy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
If you need to configure a separate proxy policy for each domain name, then you will need this extension. This extension helps you easily control whether each domain uses a proxy and provides a convenient black and white list mode.
Grundlæggende oplysninger om udvidelsen
Navn | Simple Proxy |
ID | pjogfmifcmhdmfogmihinlfgdbfbjcli |
Officiel URL | https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli |
Beskrivelse | Proxy switch for each individual website. |
Filstørrelse | 180 KB |
Antal Installationer | 163 |
Nuværende Version | 3.2.0 |
Senest Opdateret | 2023-11-30 |
Udgivelsesdato | 2019-11-25 |
Udvikler | jinzhenzu |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jzz4012650/simple_proxy/tree/v3.1.0 |
Hjælpeside-URL | https://github.com/jzz4012650/simple_proxy/tree/v3.1.0 |
Understøttede Sprog | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.2.0", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Proxy" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "options_page": "options.html", "permissions": [ "proxy", "tabs", "storage", "webRequest", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |