PIA notify

This extension will show a message when your're not connected to PIA

Qu'est-ce que PIA notify ?

PIA notify est une extension Chrome développée par Unknown, et sa fonction principale est "This extension will show a message when your're not connected to PIA".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PIA notify

Téléchargez les fichiers d'extension PIA notify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PIA notify PIA notify
ID lddgmcdbhkongehiiikdjjhccmapmmdp
URL Officiel https://chromewebstore.google.com/detail/pia-notify/lddgmcdbhkongehiiikdjjhccmapmmdp
Description This extension will show a message when your're not connected to PIA
Taille du Fichier 120 KB
Nombre d'Installations 16
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-06-29
Date de Publication 2018-06-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/errier/pia-notify
Langues Prises en Charge 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"
            ]
        }
    ]
}