ProxyCheck

Provides an easy, instantly accessible method of determining if you are behind a proxy.

Wat is ProxyCheck?

ProxyCheck is een Chrome-extensie ontwikkeld door Adam Mulligan, en de belangrijkste functie is "Provides an easy, instantly accessible method of determining if you are behind a proxy.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ProxyCheck

Download ProxyCheck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam ProxyCheck ProxyCheck
ID ihdmjfbbjiddngjkejjndioplkkfmnoe
Officiële URL https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe
Beschrijving Provides an easy, instantly accessible method of determining if you are behind a proxy.
Bestandsgrootte 65.71 KB
Aantal Installaties 1,000
Huidige Versie 1.2
Laatst Bijgewerkt 2013-09-26
Publicatiedatum 2013-09-26
Beoordeling 3.46/5 Totaal 28 Beoordelingen
Ontwikkelaar Adam Mulligan
Betalingswijze free
Extensiewebsite http://cyanoryx.com
Ondersteunde Talen 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",
        ""
    ]
}