ProxyCheck

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

Co to jest ProxyCheck?

ProxyCheck to rozszerzenie Chrome opracowane przez Adam Mulligan, a jego główną funkcją jest „Provides an easy, instantly accessible method of determining if you are behind a proxy.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ProxyCheck

Pobierz pliki rozszerzeń ProxyCheck w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa ProxyCheck ProxyCheck
ID ihdmjfbbjiddngjkejjndioplkkfmnoe
Oficjalny URL https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe
Opis Provides an easy, instantly accessible method of determining if you are behind a proxy.
Rozmiar pliku 65.71 KB
Liczba instalacji 1,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2013-09-26
Data Publikacji 2013-09-26
Ocena 3.46/5 Łącznie 28 Oceny
Deweloper Adam Mulligan
Typ Płatności free
Strona Rozszerzenia http://cyanoryx.com
Obsługiwane Języki 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",
        ""
    ]
}