VPNizer
Free VPN
Cos'è VPNizer?
VPNizer è un'estensione di Chrome sviluppata da yaadsuiss, e la sua funzione principale è "Free VPN".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VPNizer
Scarica i file di estensione VPNizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The most simple and fast VPN, completely FREE!! Allows you to connect to any website from an IP of your selected country. Just select your preferred country and click the "Connect" button, and VPNizer will connect your Chrome using an IP of that country in less than seconds. When disconnected, your real IP will be exposed again.
Informazioni di Base sull'Estensione
Nome | |
ID | ifbfflkbpjbdebabbplpjdodjkoghlpk |
URL Ufficiale | https://chrome.google.com/webstore/detail/vpnizer/ifbfflkbpjbdebabbplpjdodjkoghlpk |
Descrizione | Free VPN |
Dimensione del File | 706 KB |
Conteggio Installazioni | 1,141 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2020-01-10 |
Data di Pubblicazione | 2019-12-29 |
Valutazione | 2.25/5 Totale 8 Valutazioni |
Sviluppatore | yaadsuiss |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VPNizer", "description": "Free VPN", "version": "1.4", "browser_action": { "default_icon": "images\/icon_16.png", "default_popup": "popup.html" }, "permissions": [ "proxy", "storage" ], "background": { "scripts": [ "lib\/jquery.min.js", "background.min.js" ] }, "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "images\/*" ], "content_security_policy": "script-src 'self' https:\/\/api.getproxylist.com https:\/\/ipapi.co; object-src 'self'", "manifest_version": 2 } |