PIA notify

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

ما هو PIA notify؟

PIA notify هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension will show a message when your're not connected to PIA".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PIA notify

قم بتنزيل ملفات الامتداد PIA notify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}