ProxyCheck

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

Vad är ProxyCheck?

ProxyCheck är en Chrome-tillägg utvecklad av Adam Mulligan, och dess huvudfunktion är "Provides an easy, instantly accessible method of determining if you are behind a proxy.".

Tilläggsskärmbilder

screenshot

Ladda ner ProxyCheck-förlängningens CRX-fil

Ladda ner ProxyCheck-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn ProxyCheck ProxyCheck
ID ihdmjfbbjiddngjkejjndioplkkfmnoe
Officiell webbadress https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe
Beskrivning Provides an easy, instantly accessible method of determining if you are behind a proxy.
Filstorlek 65.71 KB
Antal Installationer 1,000
Aktuell Version 1.2
Senast Uppdaterad 2013-09-26
Publiceringsdatum 2013-09-26
Betyg 3.46/5 Totalt 28 Betyg
Utvecklare Adam Mulligan
Betalningssätt free
Tilläggswebbplats http://cyanoryx.com
Stödda Språk 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",
        ""
    ]
}