Browsec VPN - Free VPN for Chrome

Browsec VPN is a Chrome VPN extension that protects your IP from Internet threats and lets you browse privately for free.

ما هو Browsec VPN - Free VPN for Chrome؟

Browsec VPN - Free VPN for Chrome هو إضافة Chrome تم تطويرها بواسطة https://browsec.com، والميزة الرئيسية لها هي "Browsec VPN is a Chrome VPN extension that protects your IP from Internet threats and lets you browse privately for free.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Browsec VPN - Free VPN for Chrome

قم بتنزيل ملفات الامتداد Browsec VPN - Free VPN for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Access any site and unblock any content with Browsec free VPN.

Browsec VPN extension is a guaranteed way to protect your Google Chrome browser and to get unrestricted access to any website on the Net. 

With Browsec VPN Chrome extension, you get:
A secure IP changer
Free virtual locations
Unlimited access to music, video, books, and games

☆ Traffic encryption
Browsec encrypts your traffic so that no one knows what you’re doing online. With this VPN for Chrome, you don’t have to worry about information leaks and data sniffers.

☆ No limitations
Browsec erases geographical restrictions and unblocks any content you want. Use Netflix, Hulu, Spotify, Pandora, and other services even if they are not accessible in your area. Mask your IP, change the country, and you’re all set!

☆ Remote servers
Browsec has proxy servers all around the world. They ensure a stable Internet connection and access to the sites you need. You can choose the one that suits you best: the United States, the United Kingdom, the Netherlands, Singapore, and more.

☆ Safety and privacy
Browsec values your right to remain unknown. We don’t reveal any of your personal data and don’t let others steal it. You can use public Wi-Fi without worrying about malicious ISPs.

☆ Premium features
Want more? Browsec has got you covered! You can surf the Internet at the speed of up to 100 Mbit thanks to dedicated remote servers. Choose a virtual location from 40+ countries and even match your browser timezone accordingly – and websites will not detect the difference! Select particular servers for different sites and take advantage of other smart settings.
 
SETUP INSTRUCTIONS
Get Browsec from the Chrome Store by clicking ‘Add to Chrome.’
Download and install the addon.
Open the extension in your browser.
Click ‘Protect me’ and choose a virtual location from the list. Now, you can browse anonymously.

Browsec Chrome VPN is an easy way to stay safe on the Internet and get the content you want.                    

معلومات أساسية عن التمديد

الاسم Browsec VPN - Free VPN for Chrome Browsec VPN - Free VPN for Chrome
ID omghfjlpggmjjaagoclmmobgdodcjboh
عنوان URL الرسمي https://chromewebstore.google.com/detail/browsec-vpn-free-vpn-for/omghfjlpggmjjaagoclmmobgdodcjboh
الوصف Browsec VPN is a Chrome VPN extension that protects your IP from Internet threats and lets you browse privately for free.
حجم الملف 3.39 MB
عدد التثبيتات 5,413,126
النسخة الحالية 3.82.1
آخر تحديث 2024-02-14
تاريخ النشر 2020-04-24
تقييم 4.48/5 مجموع تقييمات 26464
المطور https://browsec.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://browsec.com/?utm_campaign=default_campaign&utm_source=Chrome+Web+Store&utm_medium=link
عنوان صفحة سياسة الخصوصية https://browsec.com/en/privacypolicy
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/browsec.com\/",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16x16\/disabled.png",
            "19": "images\/icons\/19x19\/disabled.png",
            "24": "images\/icons\/24x24\/disabled.png",
            "32": "images\/icons\/32x32\/disabled.png",
            "38": "images\/icons\/38x38\/disabled.png"
        },
        "default_title": "__MSG_browser_action_inactive_title__",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "background",
        "browsingData",
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "browsecSiteContentScript.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/browsec.com\/*",
                "https:\/\/d3k73twqqvofzb.cloudfront.net\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "timezoneChange.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "proxyOverlay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "default-src 'none'; script-src 'self' https:\/\/*.clarity.ms https:\/\/*.googletagmanager.com https:\/\/www.google-analytics.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:\/\/*.google.com https:\/\/*.gstatic.com chrome: https:\/\/*.clarity.ms; font-src 'self'; object-src 'none'; connect-src 'self' https: http:\/\/detectportal.firefox.com http:\/\/*\/api\/test http:\/\/*\/api\/test?* http:\/\/connectivitycheck.android.com http:\/\/example.com http:\/\/www.root-servers.org",
    "manifest_version": 2,
    "version": "3.82.1",
    "optional_permissions": [
        "chrome:\/\/favicon\/",
        "management",
        "privacy",
        "tabs"
    ],
    "minimum_chrome_version": "56.0",
    "background": {
        "scripts": [
            "lodash.js",
            "background.js"
        ]
    }
}