PIA notify
This extension will show a message when your're not connected to PIA
¿Qué es PIA notify?
PIA notify es una extensión de Chrome desarrollada por Unknown, y su función principal es "This extension will show a message when your're not connected to PIA".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PIA notify
Descarga archivos de extensión PIA notify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | PIA notify |
ID | lddgmcdbhkongehiiikdjjhccmapmmdp |
URL Oficial | https://chromewebstore.google.com/detail/pia-notify/lddgmcdbhkongehiiikdjjhccmapmmdp |
Descripción | This extension will show a message when your're not connected to PIA |
Tamaño del Archivo | 120 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 1.0.0 |
Última Actualización | 2018-06-29 |
Fecha de Publicación | 2018-06-29 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/errier/pia-notify |
Idiomas Soportados | 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" ] } ] } |