ProxyCheck
Provides an easy, instantly accessible method of determining if you are behind a proxy.
¿Qué es ProxyCheck?
ProxyCheck es una extensión de Chrome desarrollada por Adam Mulligan, y su función principal es "Provides an easy, instantly accessible method of determining if you are behind a proxy.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ProxyCheck
Descarga archivos de extensión ProxyCheck en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | ihdmjfbbjiddngjkejjndioplkkfmnoe |
URL Oficial | https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe |
Descripción | Provides an easy, instantly accessible method of determining if you are behind a proxy. |
Tamaño del Archivo | 65.71 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.2 |
Última Actualización | 2013-09-26 |
Fecha de Publicación | 2013-09-26 |
Calificación | 3.46/5 Total de 28 Calificaciones |
Desarrollador | Adam Mulligan |
Tipo de Pago | free |
Sitio Web de la Extensión | http://cyanoryx.com |
Idiomas Soportados | 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", " |