WeVPN: Fast & Secure VPN Proxy

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

WeVPN: Fast & Secure VPN Proxyとは何ですか?

WeVPN: Fast & Secure VPN Proxyはhttps://wevpn.comによって開発されたChromeの拡張機能で、その主な機能は「Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

WeVPN: Fast & Secure VPN Proxy拡張機能のCRXファイルをダウンロード

WeVPN: Fast & Secure VPN Proxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 WeVPN: Fast & Secure VPN Proxy WeVPN: Fast & Secure VPN Proxy
ID ehbhfpfdkmhcpaehaooegfdflljcnfec
公式URL https://chromewebstore.google.com/detail/wevpn-fast-secure-vpn-pro/ehbhfpfdkmhcpaehaooegfdflljcnfec
説明 Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®
ファイルサイズ 2.56 MB
インストール数 5,529
現在のバージョン 1.13.4
最終更新日 2022-07-08
公開日 2020-06-30
評価 3.20/5 合計 35 レビュー
開発者 https://wevpn.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://wevpn.com
ヘルプページのURL https://wevpn.com/support
プライバシーポリシーページのURL https://wevpn.com/privacy-policy
対応言語 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"
            ]
        }
    ]
}