Simple Proxy Switcher
Simple Proxy Switcher
Qu'est-ce que Simple Proxy Switcher ?
Simple Proxy Switcher est une extension Chrome développée par https://maksam07.com, et sa fonction principale est "Simple Proxy Switcher".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Proxy Switcher
Téléchargez les fichiers d'extension Simple 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
A simple add-on to quickly switch your proxy servers Currently only supports http/s proxy Import example: ip:port ip:port:login:password login:password@ip:port
Informations de Base sur l'Extension
Nom | Simple Proxy Switcher |
ID | pcboajngloecgmaailkmphmpbacmbcfb |
URL Officiel | https://chromewebstore.google.com/detail/simple-proxy-switcher/pcboajngloecgmaailkmphmpbacmbcfb |
Description | Simple Proxy Switcher |
Taille du Fichier | 1.32 MB |
Nombre d'Installations | 15,013 |
Version Actuelle | 1.0.0.1 |
Dernière Mise à Jour | 2022-07-06 |
Date de Publication | 2021-05-28 |
Évaluation | 4.88/5 Total 17 Évaluations |
Développeur | https://maksam07.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "static\/js\/config.js", "static\/js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_defTitle__", "default_icon": { "16": "static\/images\/icon16_disabled.png", "24": "static\/images\/icon24_disabled.png", "32": "static\/images\/icon32_disabled.png" }, "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_extDescr__", "icons": { "16": "static\/images\/icon16_enabled.png", "48": "static\/images\/icon48_enabled.png", "128": "static\/images\/icon128_enabled.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "webRequest", "webRequestBlocking", "proxy", "browsingData", " |