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 هو إضافة Chrome تم تطويرها بواسطة https://wevpn.com، والميزة الرئيسية لها هي "Defeat censorship, unblock any website and access the open Internet the way it was meant to be with WeVPN®".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WeVPN: Fast & Secure VPN Proxy

قم بتنزيل ملفات الامتداد WeVPN: Fast & Secure VPN Proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://wevpn.com
عنوان صفحة المساعدة https://wevpn.com/support
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}