intoProxy
intoProxy Chrome Extension
Qu'est-ce que intoProxy ?
intoProxy est une extension Chrome développée par http://www.intoproxy.com, et sa fonction principale est "intoProxy Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension intoProxy
Téléchargez les fichiers d'extension intoProxy 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
intoProxy – Top Rated Proxy Service Allows you to change your IP address and your location. The proxy servers can be used from all your computers and gadgets. We offer shared proxy and private proxy accounts. You need to create a proxy account on our website. This extension will help you access all intoProxy servers available for your account. Just pick a location and a server from the drop-down list and you are good to go. Currently we offer proxy servers located in: - United States - United Kingdom - Netherlands - Canada - Germany - Australia Check www.intoproxy.com/locations.html
Informations de Base sur l'Extension
Nom | |
ID | jnoehmhmdffejnkhccdagnppbbcclhne |
URL Officiel | https://chrome.google.com/webstore/detail/intoproxy/jnoehmhmdffejnkhccdagnppbbcclhne |
Description | intoProxy Chrome Extension |
Taille du Fichier | 44.4 KB |
Nombre d'Installations | 339 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-03-18 |
Date de Publication | 2016-03-18 |
Évaluation | 3.33/5 Total 6 Évaluations |
Développeur | http://www.intoproxy.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.intoproxy.com/ |
URL de la Page d'Aide | http://intoproxy.com/faq.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "intoProxy", "version": "2.0", "description": "intoProxy Chrome Extension", "default_locale": "en", "browser_action": { "default_icon": "ip16.png", "default_popup": "popup.html" }, "icons": { "16": "ip16.png", "32": "ip32.png", "48": "ip48.png", "128": "ip128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "proxy", "storage" ], "manifest_version": 2 } |