GoGetProxy.com
Easily surf the Internet with your proxies switching between them in one click.
Qu'est-ce que GoGetProxy.com ?
GoGetProxy.com est une extension Chrome développée par https://gogetproxy.com, et sa fonction principale est "Easily surf the Internet with your proxies switching between them in one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GoGetProxy.com
Téléchargez les fichiers d'extension GoGetProxy.com 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
Easily surf the Internet with your proxies switching between them in one click. Proxy servers' features are very extensive: - keep anonymity online - get access to blocked resources - increase download speed Extension works only with proxy servers in your account on GoGetProxy.com
Informations de Base sur l'Extension
Nom | |
ID | fkajooepbhkiodamlelheipaobgimhgn |
URL Officiel | https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn |
Description | Easily surf the Internet with your proxies switching between them in one click. |
Taille du Fichier | 70.05 KB |
Nombre d'Installations | 1,302 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-12-15 |
Date de Publication | 2016-12-15 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | https://gogetproxy.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://gogetproxy.com/en/tos |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoGetProxy.com", "description": "Easily surf the Internet with your proxies switching between them in one click.", "version": "1.0", "permissions": [ "https:\/\/gogetproxy.com\/*", "tabs", "proxy", "storage", "webRequest", "webRequestBlocking" ], "background": { "page": "background.htm" }, "options_page": "options.htm", "options_ui": { "page": "options.htm", "chrome_style": false }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png" }, "default_title": "GoGetProxy.com", "default_popup": "popup.htm" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |