FreyaVPN VPN Extension

Privacy First - Safe and secure Internet on your chrome browser

Cos'è FreyaVPN VPN Extension?

FreyaVPN VPN Extension è un'estensione di Chrome sviluppata da https://freyavpn.com, e la sua funzione principale è "Privacy First - Safe and secure Internet on your chrome browser".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FreyaVPN VPN Extension

Scarica i file di estensione FreyaVPN VPN Extension 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

                        One simple  click to connect and start browsing safe and securely.
Fast and safe bypass geo restrictions
Telegram Proxy and telegram vpn
Hide your IP address, unblock any website, stay safe. 
Claim your online freedom today with one simple click 
Get FreyaVPN for free                    

Informazioni di Base sull'Estensione

Nome FreyaVPN VPN Extension FreyaVPN VPN Extension
ID abphoilconkefmcnnnobhbpelpldcdbc
URL Ufficiale https://chromewebstore.google.com/detail/freyavpn-vpn-extension/abphoilconkefmcnnnobhbpelpldcdbc
Descrizione Privacy First - Safe and secure Internet on your chrome browser
Dimensione del File 826 KB
Conteggio Installazioni 2,799
Versione Corrente 3.3
Ultimo Aggiornamento 2021-12-18
Data di Pubblicazione 2021-07-22
Valutazione 3.83/5 Totale 18 Valutazioni
Sviluppatore https://freyavpn.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.freyavpn.com/app/chrome
URL della Pagina di Aiuto https://www.freyavpn.com/support
URL della Pagina della Politica sulla Privacy https://www.smarticle.io/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreyaVPN VPN Extension",
    "version": "3.3",
    "description": "Privacy First - Safe and secure Internet on your chrome browser",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "proxy",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "background",
        "https:\/\/www.freyavpn.com\/*",
        ""
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "login.html",
        "default_icon": {
            "16": "assets\/images\/logo.png",
            "32": "assets\/images\/logo.png",
            "48": "assets\/images\/logo.png",
            "128": "assets\/images\/logo.png"
        }
    },
    "icons": {
        "16": "assets\/images\/logo.png",
        "32": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "manifest_version": 2
}