PIA notify
This extension will show a message when your're not connected to PIA
什么是PIA notify?
PIA notify是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension will show a message when your're not connected to PIA”。
扩展截图
下载PIA notify扩展crx文件
下载PIA notify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This WebExtension (Chrome extension/Firefox Add-on) will scrape the private internet access website to determine if your're protected or not. If not, it will temporarily show a warning on top of the page your're browsing. This might be useful when you find privacy important and want a more in your face, but still subtle, warning that your VPN is down, for example: - You have an OVPN client running on your router, so current VPN status is not easily visible. - You hide your task bar / notification bar. - You find the icons of the PIA apps too hard to read, or you forget about them every time.
扩展基本信息
名称 | PIA notify |
ID | lddgmcdbhkongehiiikdjjhccmapmmdp |
官方URL | https://chromewebstore.google.com/detail/pia-notify/lddgmcdbhkongehiiikdjjhccmapmmdp |
简介 | This extension will show a message when your're not connected to PIA |
文件大小 | 120 KB |
安装次数 | 16 |
当前版本 | 1.0.0 |
更新时间 | 2018-06-29 |
上架时间 | 2018-06-29 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/errier/pia-notify |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PIA notify", "version": "1.0.0", "manifest_version": 2, "description": "This extension will show a message when your're not connected to PIA", "homepage_url": "https:\/\/github.com\/errier\/pia-notify", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/contentScript.js" ] } ] } |