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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" ] } ] } |