WeVPN: Fast & Secure VPN Proxy

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

What is WeVPN: Fast & Secure VPN Proxy?

WeVPN: Fast & Secure VPN Proxy is a Chrome extension developed by https://wevpn.com, and its main feature is "Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®".

Extension Screenshots

screenshot
screenshot
screenshot

Download WeVPN: Fast & Secure VPN Proxy Extension CRX File

Download WeVPN: Fast & Secure VPN Proxy 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

                        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                    

Extension Basic Information

Name WeVPN: Fast & Secure VPN Proxy WeVPN: Fast & Secure VPN Proxy
ID ehbhfpfdkmhcpaehaooegfdflljcnfec
Official URL https://chromewebstore.google.com/detail/wevpn-fast-secure-vpn-pro/ehbhfpfdkmhcpaehaooegfdflljcnfec
Description Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®
File Size 2.56 MB
Installation Count 5,529
Current Version 1.13.4
Last Updated 2022-07-08
Publish Date 2020-06-30
Rating 3.20/5 Total 35 Ratings
Developer https://wevpn.com
Email [email protected]
Payment Type in_app
Extension Website https://wevpn.com
Help Page URL https://wevpn.com/support
Privacy Policy Page URL https://wevpn.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}