ProxyCheck
Provides an easy, instantly accessible method of determining if you are behind a proxy.
Cos'è ProxyCheck?
ProxyCheck è un'estensione di Chrome sviluppata da Adam Mulligan, e la sua funzione principale è "Provides an easy, instantly accessible method of determining if you are behind a proxy.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ProxyCheck
Scarica i file di estensione ProxyCheck 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
For those who want to be instantly assured that they are still browsing through a VPN or behind a proxy, ProxyCheck stores a list of "safe" external IP addresses and alerts you if at any point an IP not in this list is visible to the outside world when you browse. Update 1.2: Upgraded to work with new versions of Chrome. Coming soon: speed and UI improvements, plus the ability to select your own IP service!
Informazioni di Base sull'Estensione
Nome | |
ID | ihdmjfbbjiddngjkejjndioplkkfmnoe |
URL Ufficiale | https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe |
Descrizione | Provides an easy, instantly accessible method of determining if you are behind a proxy. |
Dimensione del File | 65.71 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-09-26 |
Data di Pubblicazione | 2013-09-26 |
Valutazione | 3.46/5 Totale 28 Valutazioni |
Sviluppatore | Adam Mulligan |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://cyanoryx.com |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ProxyCheck", "description": "Provides an easy, instantly accessible method of determining if you are behind a proxy.", "version": "1.2", "homepage_url": "http:\/\/cyanoryx.com", "browser_action": { "default_icon": "assets\/icon_off.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "webRequest", "webRequestBlocking", "webNavigation", " |