Integrity VPN Checker
Shows a green thumbs up if you're connected via Integrity VPN
Co je Integrity VPN Checker?
Integrity VPN Checker je rozšíření Chrome vyvinuté Gustav Bonds, a jeho hlavní funkcí je „Shows a green thumbs up if you're connected via Integrity VPN“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Integrity VPN Checker
Stáhněte si soubory rozšíření Integrity VPN Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Checks if you are connected to the internet via Integrity VPN
Základní Informace o Rozšíření
Název | Integrity VPN Checker |
ID | epjkiemeljepjchlfoihkfjglnlfojna |
Oficiální URL | https://chromewebstore.google.com/detail/integrity-vpn-checker/epjkiemeljepjchlfoihkfjglnlfojna |
Popis | Shows a green thumbs up if you're connected via Integrity VPN |
Velikost souboru | 13.27 KB |
Počet instalací | 101 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2018-06-20 |
Datum Vydání | 2018-06-20 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Gustav Bonds |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |