WeVPN: Fast & Secure VPN Proxy

Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®

Co je WeVPN: Fast & Secure VPN Proxy?

WeVPN: Fast & Secure VPN Proxy je rozšíření Chrome vyvinuté https://wevpn.com, a jeho hlavní funkcí je „Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WeVPN: Fast & Secure VPN Proxy

Stáhněte si soubory rozšíření WeVPN: Fast & Secure VPN Proxy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Download the ultra-fast and secure WeVPN Chrome Extension. Hide your IP & encrypt your browsing experience for total privacy and security. 

Why choose WeVPN for Chrome?

🚀 One-click connect to our HTTPS proxy 
Get instant access to our feather-light Chrome extension and protect your browsing activity.

📍 Spoof your location
Spoofs your GPS location to match the connected proxy

🔌 Connect on browser launch
Auto connects to HTTPS proxy on browser launch.

🛡️ Block WebRTC
Prevent websites from accessing your IP address and location.

⚡ Ultra-fast VPN network 
Choose your virtual location from a list of 50+ server locations. Unlimited speeds and bandwidth.

🚫 WeBLOCK 
Block ads, trackers & malware using our powerful WeBLOCK feature.

🛑 Block YouTube ads & annotations
Blocks YouTube ads, banner and popups. YouTube website and videos will loads faster.

🚧 Block YouTube annotations
Remove annotations from YouTube videos and musics.

🍪 Cookie pop-up blocker
Remove all cookie consent pop-ups

⛔️ Block Twitch ads
Block ads on Twitch.tv

✔️ Split Tunneling  
Websites or URLs you wish to exclude from the WeVPN proxy tunnel, or Websites or URLs you wish WeVPN proxy will automatically switch on.

🔄 Random Browser ID
Randomly rotates your user agent.

🌐 Unblock the Internet 
Access content from your favorite content-streaming providers anywhere in the world.

🔒 Total online privacy
Our Sealed Server technology combined with cutting-edge encryption ensures you are protected at all times. Strict no-log policy: No activity logs or connection logs. 

📱💻📺 Apps for all your devices
Use your WeVPN account to connect up to 10 devices. WeVPN is available on Windows, macOS, iOS, Android, Apple TV, smart TVs, Consoles and more. 

💬 24/7 Customer Service
Get instant help using our live chat or via email from WeVPN experts. 

——————————
WeVPN does not log or share any of your personal information. To further protect our customers we utilize RAMDisk servers which are wiped when rebooted.
——————————

Learn more about WeVPN:
https://www.wevpn.com
https://wevpn.com/privacy-policy                    

Základní Informace o Rozšíření

Název WeVPN: Fast & Secure VPN Proxy WeVPN: Fast & Secure VPN Proxy
ID ehbhfpfdkmhcpaehaooegfdflljcnfec
Oficiální URL https://chromewebstore.google.com/detail/wevpn-fast-secure-vpn-pro/ehbhfpfdkmhcpaehaooegfdflljcnfec
Popis Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®
Velikost souboru 2.56 MB
Počet instalací 5,529
Aktuální Verze 1.13.4
Poslední Aktualizace 2022-07-08
Datum Vydání 2020-06-30
Hodnocení 3.20/5 Celkem 35 Hodnocení
Vývojář https://wevpn.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://wevpn.com
URL Stránky Nápovědy https://wevpn.com/support
URL Stránky Zásad Ochrany Soukromí https://wevpn.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeVPN: Fast & Secure VPN Proxy",
    "short_name": "WeVpn",
    "description": "Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN\u00ae",
    "version": "1.13.4",
    "icons": {
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png",
        "256": "\/images\/logo_256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/images\/icons\/grey_16.png",
            "24": "\/images\/icons\/grey_32.png",
            "32": "\/images\/icons\/grey_48.png"
        },
        "default_popup": "\/pages\/popup\/index.html"
    },
    "background": {
        "scripts": [
            "\/lib\/moment.min.js",
            "\/lib\/jquery.min.js",
            "\/lib\/webx.js",
            "\/lib\/uuid.min.js",
            "\/js\/api_manager.js",
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "proxy",
        "management",
        "privacy",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "unlimitedStorage",
        "browsingData",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "twitch_adblocker_rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        "\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval' ; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": false,
            "matches": [
                ""
            ],
            "js": [
                "\/js\/location_block.js",
                "\/js\/contentscript.js",
                "\/js\/banner_block.js",
                "\/js\/twitch_adblocker.js"
            ]
        }
    ]
}