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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}