Proxy Switchy Auto
Automated proxy switching per domain using PAC script.
Cos'è Proxy Switchy Auto?
Proxy Switchy Auto è un'estensione di Chrome sviluppata da mubaidr, e la sua funzione principale è "Automated proxy switching per domain using PAC script.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Proxy Switchy Auto
Scarica i file di estensione Proxy Switchy Auto in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to configure proxy on domain/ url basis. Ability to choose/assign proxy for each domain request in the current tab from the added proxy list which make sure that all following requests for this domain are loaded through the assigned proxy server.
Informazioni di Base sull'Estensione
Nome | Proxy Switchy Auto |
ID | bnhejmehblohhaalgnnohedpijgkjeof |
URL Ufficiale | https://chromewebstore.google.com/detail/proxy-switchy-auto/bnhejmehblohhaalgnnohedpijgkjeof |
Descrizione | Automated proxy switching per domain using PAC script. |
Dimensione del File | 126 KB |
Conteggio Installazioni | 2,376 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2023-10-17 |
Data di Pubblicazione | 2018-12-05 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | mubaidr |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/18625a5d-9b3d-4e0f-b293-0c30c85cea88 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": ".\/popup.html" }, "description": "Automated proxy switching per domain using PAC script.", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "manifest_version": 2, "name": "Proxy Switchy Auto", "options_ui": { "chrome_style": false, "page": ".\/options.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "webRequest", "proxy" ], "version": "1.2.2" } |