Integrity VPN Checker

Shows a green thumbs up if you're connected via Integrity VPN

Co to jest Integrity VPN Checker?

Integrity VPN Checker to rozszerzenie Chrome opracowane przez Gustav Bonds, a jego główną funkcją jest „Shows a green thumbs up if you're connected via Integrity VPN”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Integrity VPN Checker

Pobierz pliki rozszerzeń Integrity VPN Checker 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

                        Checks if you are connected to the internet via Integrity VPN                    

Podstawowe informacje o rozszerzeniu

Nazwa Integrity VPN Checker Integrity VPN Checker
ID epjkiemeljepjchlfoihkfjglnlfojna
Oficjalny URL https://chromewebstore.google.com/detail/integrity-vpn-checker/epjkiemeljepjchlfoihkfjglnlfojna
Opis Shows a green thumbs up if you're connected via Integrity VPN
Rozmiar pliku 13.27 KB
Liczba instalacji 101
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2018-06-20
Data Publikacji 2018-06-20
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Gustav Bonds
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Integrity VPN Checker",
    "version": "1.4",
    "description": "Shows a green thumbs up if you're connected via Integrity VPN",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "homepage_url": "http:\/\/g.bonds.nu\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/integrity.st\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "Integrity VPN Checker"
    }
}