PIA notify

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

PIA notify क्या है?

PIA notify Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will show a message when your're not connected to PIA"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PIA notify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}