FreyaVPN VPN Extension

Privacy First - Safe and secure Internet on your chrome browser

What is FreyaVPN VPN Extension?

FreyaVPN VPN Extension is a Chrome extension developed by https://freyavpn.com, and its main feature is "Privacy First - Safe and secure Internet on your chrome browser".

Extension Screenshots

screenshot
screenshot

Download FreyaVPN VPN Extension Extension CRX File

Download FreyaVPN VPN Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FreyaVPN VPN Extension FreyaVPN VPN Extension
ID abphoilconkefmcnnnobhbpelpldcdbc
Official URL https://chromewebstore.google.com/detail/freyavpn-vpn-extension/abphoilconkefmcnnnobhbpelpldcdbc
Description Privacy First - Safe and secure Internet on your chrome browser
File Size 826 KB
Installation Count 2,799
Current Version 3.3
Last Updated 2021-12-18
Publish Date 2021-07-22
Rating 3.83/5 Total 18 Ratings
Developer https://freyavpn.com
Email [email protected]
Payment Type free
Extension Website https://www.freyavpn.com/app/chrome
Help Page URL https://www.freyavpn.com/support
Privacy Policy Page URL https://www.smarticle.io/privacy-policy
Supported Languages 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
}