ProxyCheck
Provides an easy, instantly accessible method of determining if you are behind a proxy.
Was ist ProxyCheck?
ProxyCheck ist eine Chrome-Erweiterung, die von Adam Mulligan entwickelt wurde, und ihr Hauptmerkmal ist "Provides an easy, instantly accessible method of determining if you are behind a proxy.".
Erweiterungsscreenshots
ProxyCheck-Erweiterungs-CRX-Datei herunterladen
Laden Sie ProxyCheck-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ihdmjfbbjiddngjkejjndioplkkfmnoe |
Offizielle URL | https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe |
Beschreibung | Provides an easy, instantly accessible method of determining if you are behind a proxy. |
Dateigröße | 65.71 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.2 |
Letztes Update | 2013-09-26 |
Veröffentlichungsdatum | 2013-09-26 |
Bewertung | 3.46/5 Insgesamt 28 Bewertungen |
Entwickler | Adam Mulligan |
Zahlungsart | free |
Erweiterungswebsite | http://cyanoryx.com |
Unterstützte Sprachen | 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", " |