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 |
电子邮箱 | [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" } } |