Tiny Proxy Configurator
A tiny and simple proxy configurator.
Qu'est-ce que Tiny Proxy Configurator ?
Tiny Proxy Configurator est une extension Chrome développée par Unknown, et sa fonction principale est "A tiny and simple proxy configurator.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tiny Proxy Configurator
Téléchargez les fichiers d'extension Tiny Proxy Configurator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tiny Proxy Configurator |
ID | ilgignoiaacgbcagkcmfmbgnjbemedam |
URL Officiel | https://chromewebstore.google.com/detail/tiny-proxy-configurator/ilgignoiaacgbcagkcmfmbgnjbemedam |
Description | A tiny and simple proxy configurator. |
Taille du Fichier | 31.71 KB |
Nombre d'Installations | 73 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-02-22 |
Date de Publication | 2019-09-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |