Integrity VPN Checker
Shows a green thumbs up if you're connected via Integrity VPN
What is Integrity VPN Checker?
Integrity VPN Checker is a Chrome extension developed by Gustav Bonds, and its main feature is "Shows a green thumbs up if you're connected via Integrity VPN".
Extension Screenshots
Download Integrity VPN Checker Extension CRX File
Download Integrity VPN Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Checks if you are connected to the internet via Integrity VPN
Extension Basic Information
Name | Integrity VPN Checker |
ID | epjkiemeljepjchlfoihkfjglnlfojna |
Official URL | https://chromewebstore.google.com/detail/integrity-vpn-checker/epjkiemeljepjchlfoihkfjglnlfojna |
Description | Shows a green thumbs up if you're connected via Integrity VPN |
File Size | 13.27 KB |
Installation Count | 101 |
Current Version | 1.4 |
Last Updated | 2018-06-20 |
Publish Date | 2018-06-20 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Gustav Bonds |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |