Proxy List Pro
Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
Cos'è Proxy List Pro?
Proxy List Pro è un'estensione di Chrome sviluppata da http://proxylistpro.com, e la sua funzione principale è "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Proxy List Pro
Scarica i file di estensione Proxy List Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | oicamophdnojgacgbobolcnhbbgpiknb |
URL Ufficiale | https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb |
Descrizione | Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions. |
Dimensione del File | 213 KB |
Conteggio Installazioni | 1,668 |
Versione Corrente | 7.0 |
Ultimo Aggiornamento | 2014-05-12 |
Data di Pubblicazione | 2014-05-12 |
Valutazione | 3.50/5 Totale 34 Valutazioni |
Sviluppatore | http://proxylistpro.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://hide-my-ip.org/page/privacy-policy |
Lingue Supportate | 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" ] } } |