Tiny Proxy Configurator
A tiny and simple proxy configurator.
Was ist Tiny Proxy Configurator?
Tiny Proxy Configurator ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "A tiny and simple proxy configurator.".
Erweiterungsscreenshots
Tiny Proxy Configurator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tiny Proxy Configurator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This provides a very simple and minimal proxy configuration method. In addition to specifying the proxy host, you can specify the URL of the PAC script or the PAC script itself.
Grundlegende Informationen zur Erweiterung
Name | Tiny Proxy Configurator |
ID | ilgignoiaacgbcagkcmfmbgnjbemedam |
Offizielle URL | https://chromewebstore.google.com/detail/tiny-proxy-configurator/ilgignoiaacgbcagkcmfmbgnjbemedam |
Beschreibung | A tiny and simple proxy configurator. |
Dateigröße | 31.71 KB |
Installationsanzahl | 73 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2022-02-22 |
Veröffentlichungsdatum | 2019-09-30 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiny Proxy Configurator", "description": "A tiny and simple proxy configurator.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "proxy", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "options_page": "options.html" } |