Integrity VPN Checker
Shows a green thumbs up if you're connected via Integrity VPN
Integrity VPN Checkerとは何ですか?
Integrity VPN CheckerはGustav Bondsによって開発されたChromeの拡張機能で、その主な機能は「Shows a green thumbs up if you're connected via Integrity VPN」です。
拡張機能のスクリーンショット
Integrity VPN Checker拡張機能のCRXファイルをダウンロード
Integrity VPN Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Checks if you are connected to the internet via Integrity VPN
拡張機能の基本情報
名前 | Integrity VPN Checker |
ID | epjkiemeljepjchlfoihkfjglnlfojna |
公式URL | https://chromewebstore.google.com/detail/integrity-vpn-checker/epjkiemeljepjchlfoihkfjglnlfojna |
説明 | Shows a green thumbs up if you're connected via Integrity VPN |
ファイルサイズ | 13.27 KB |
インストール数 | 101 |
現在のバージョン | 1.4 |
最終更新日 | 2018-06-20 |
公開日 | 2018-06-20 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Gustav Bonds |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |