Integrity VPN Checker

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

Cos'è Integrity VPN Checker?

Integrity VPN Checker è un'estensione di Chrome sviluppata da Gustav Bonds, e la sua funzione principale è "Shows a green thumbs up if you're connected via Integrity VPN".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Integrity VPN Checker

Scarica i file di estensione Integrity VPN Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Checks if you are connected to the internet via Integrity VPN                    

Informazioni di Base sull'Estensione

Nome Integrity VPN Checker Integrity VPN Checker
ID epjkiemeljepjchlfoihkfjglnlfojna
URL Ufficiale https://chromewebstore.google.com/detail/integrity-vpn-checker/epjkiemeljepjchlfoihkfjglnlfojna
Descrizione Shows a green thumbs up if you're connected via Integrity VPN
Dimensione del File 13.27 KB
Conteggio Installazioni 101
Versione Corrente 1.4
Ultimo Aggiornamento 2018-06-20
Data di Pubblicazione 2018-06-20
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Gustav Bonds
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}