Proxy Switcher
Manage and switch between multiple proxies quickly and for free
Qu'est-ce que Proxy Switcher ?
Proxy Switcher est une extension Chrome développée par freebusinessapps, et sa fonction principale est "Manage and switch between multiple proxies quickly and for free".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Proxy Switcher
Téléchargez les fichiers d'extension Proxy Switcher 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
Need to use a proxy to surf the Internet? Try installing our addon now and begin surfing the Internet with a free proxy. This addon allows the user to know the current type of proxy their browser is currently using : - No Proxy Mode - Auto-detect Proxy Mode (Auto detect proxy settings for this network) - System Mode (Use system proxy settings) - Manual Mode
Informations de Base sur l'Extension
Nom | Proxy Switcher |
ID | mkadbpfbeodfhecnomokbifkplpaplbg |
URL Officiel | https://chromewebstore.google.com/detail/proxy-switcher/mkadbpfbeodfhecnomokbifkplpaplbg |
Description | Manage and switch between multiple proxies quickly and for free |
Taille du Fichier | 46.89 KB |
Nombre d'Installations | 301 |
Version Actuelle | 1.0.0.4 |
Dernière Mise à Jour | 2023-06-29 |
Date de Publication | 2019-09-12 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | freebusinessapps |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://translate-welcome.freebusinessapps.net/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proxy Switcher", "short_name": "proxy-switcher", "description": "Manage and switch between multiple proxies quickly and for free", "version": "1.0.0.4", "manifest_version": 2, "default_locale": "en", "permissions": [ "storage", "notifications", "proxy", "https:\/\/*.freebusinessapps.net\/*", "notifications" ], "storage": { "managed_schema": "schema.json" }, "browser_action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png" }, "default_popup": "data\/panel\/index.html" }, "background": { "scripts": [ "data\/panel\/utils.js", "data\/panel\/firefox-proxy.js", "\/notify\/common-push-init.js", "\/notify\/common.js", "\/notify\/common-push.js", "\/notify\/background.js" ] }, "homepage_url": "https:\/\/proxy-switcher.freebusinessapps.net", "icons": { "16": "data\/icons\/16.png", "48": "data\/icons\/48.png", "128": "data\/icons\/128.png" }, "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |