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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |