Proxy Switchy Auto
Automated proxy switching per domain using PAC script.
Co to jest Proxy Switchy Auto?
Proxy Switchy Auto to rozszerzenie Chrome opracowane przez mubaidr, a jego główną funkcją jest „Automated proxy switching per domain using PAC script.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Proxy Switchy Auto
Pobierz pliki rozszerzeń Proxy Switchy Auto w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Proxy Switchy Auto |
ID | bnhejmehblohhaalgnnohedpijgkjeof |
Oficjalny URL | https://chromewebstore.google.com/detail/proxy-switchy-auto/bnhejmehblohhaalgnnohedpijgkjeof |
Opis | Automated proxy switching per domain using PAC script. |
Rozmiar pliku | 126 KB |
Liczba instalacji | 2,376 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2023-10-17 |
Data Publikacji | 2018-12-05 |
Ocena | 5.00/5 Łącznie 9 Oceny |
Deweloper | mubaidr |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/live/18625a5d-9b3d-4e0f-b293-0c30c85cea88 |
Obsługiwane Języki | 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" } |