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" ] } ] } |