Proxy List Pro
Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
Qu'est-ce que Proxy List Pro ?
Proxy List Pro est une extension Chrome développée par http://proxylistpro.com, et sa fonction principale est "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Proxy List Pro
Téléchargez les fichiers d'extension Proxy List Pro 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
Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions and/or looking to browse the internet securely.
Informations de Base sur l'Extension
Nom | |
ID | oicamophdnojgacgbobolcnhbbgpiknb |
URL Officiel | https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb |
Description | Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions. |
Taille du Fichier | 213 KB |
Nombre d'Installations | 1,668 |
Version Actuelle | 7.0 |
Dernière Mise à Jour | 2014-05-12 |
Date de Publication | 2014-05-12 |
Évaluation | 3.50/5 Total 34 Évaluations |
Développeur | http://proxylistpro.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://hide-my-ip.org/page/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proxy List Pro", "version": "7.0", "description": "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.", "icons": { "48": "img\/icon.png" }, "browser_action": { "default_title": "Proxy List Pro", "default_popup": "popup.html", "default_icon": { "19": "img\/disabled.png" } }, "permissions": [ "tabs", "webRequest", "*:\/\/*.proxylistpro.com\/" ], "background": { "scripts": [ "bg.js" ] } } |