Windscribe - Free Proxy and Ad Blocker

Windscribe helps you mask your physical location, circumvent censorship, and block ads and trackers on websites you use every day

什么是Windscribe - Free Proxy and Ad Blocker?

Windscribe - Free Proxy and Ad Blocker是由https://windscribe.com开发的Chrome扩展程序,该扩展的主要功能是“Windscribe helps you mask your physical location, circumvent censorship, and block ads and trackers on websites you use every day”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Windscribe - Free Proxy and Ad Blocker扩展crx文件

下载Windscribe - Free Proxy and Ad Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Windscribe is a VPN desktop application and proxy browser extension that work together to block ads, trackers, restore access to blocked content and help you safeguard your privacy online. Free plan provides 10 GB of data per month (if you confirm your email address), and the Pro plan has unlimited data and access to servers in over 134 cities in 69 countries.

Still not convinced? Perhaps this elegant list of features will convince you otherwise.

Browse Privately
-------------------------
Governments block content based on your location. Corporations track and sell your personal data. Add Windscribe to your browser and take back control of your privacy.

Advanced Privacy Features
-------------------------
Windscribe is not just a proxy extension. It's a suite of privacy tools which include:

* Ad + Tracker Blocking - Ads and trackers follow you around, waste your bandwidth and compromise your privacy. Windscribe will block all this crap.
Malware Blocking - Some sites distribute malware. We'll prevent you from ever ending up on those sites.

* Social Blocking - Social networks are the biggest privacy invaders out there. Block their trackers.

* Whitelisting - Our block lists are not one size fits all. Customize your experience.

* Location API Spoofing - Sites can request your GPS location why bypasses most proxies and VPNs. Not with Windscribe.

* WebRTC Blocking - Prevents WebRTC leaks that plague most proxy extensions and VPNs.

* Timezone Spoofing - Sites can detect that your IP doesn't match your browser's time zone. This feature solves this problem.

* Notification Blocking - Tired for sites asking you to send notifications? We are too. Enable this feature to never see those things again.

* User Agent Spoofing - Helps combat browser fingerprinting

* Cookie Monitoring - Leave nothing behind. This feature deletes 1st or 3rd party cookies when you close the tab.

* Language Spoofing - This feature will spoof your browser's language settings to match the proxy location of your choice.

Unlock content
--------------------------
Windscribe VPN masks your IP address. This gives you unrestricted and private access to entertainment, news sites, and blocked content in over 62 different countries.

No identifying logs
-------------------------
Your privacy is a right. We don’t track you. We don't sell your data to marketers, or even share it with anyone. We don’t keep logs that can deanonymize you.

Go beyond basic protection
-------------------------
For comprehensive privacy protection even outside of the browser, use our desktop VPN applications (they’re also free). Available for Windows, Mac and Linux. Did we mention mobile? Yeah, there's mobile apps too.

We got your back
-------------------------
Having issues with Windscribe VPN or want to suggest something? Send us a support ticket: https://windscribe.com/support/ticket

Attributions:
-------------------------
Ad-blocking functionality based upon uBlock Origin.
Source code: https://github.com/Windscribe/browser-extension                    

扩展基本信息

名称 Windscribe - Free Proxy and Ad Blocker Windscribe - Free Proxy and Ad Blocker
ID hnmpcagpplmpfojmgmnngilcnanddlhb
官方URL https://chromewebstore.google.com/detail/windscribe-free-proxy-and/hnmpcagpplmpfojmgmnngilcnanddlhb
简介 Windscribe helps you mask your physical location, circumvent censorship, and block ads and trackers on websites you use every day
文件大小 3.12 MB
安装次数 2,250,813
当前版本 3.4.9
更新时间 2023-10-13
上架时间 2020-05-04
评分 4.69/5 共20631次评分
开发者 https://windscribe.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://windscribe.com
帮助页面URL https://windscribe.com/support
隐私政策页面URL https://windscribe.com/privacy
支持的语言 id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Windscribe - Free Proxy and Ad Blocker",
    "short_name": "Windscribe",
    "version": "3.4.9",
    "description": "Windscribe helps you mask your physical location, circumvent censorship, and block ads and trackers on websites you use every day",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Windscribe"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "",
        "proxy",
        "management",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "privacy",
        "webNavigation",
        "notifications",
        "cookies"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "\/browser-polyfill.min.js",
                "\/content-scripts\/geolocation-spoofing.js",
                "\/content-scripts\/language-switch.js",
                "\/content-scripts\/proxy-time.js",
                "\/content-scripts\/worker-block.js",
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/content-scripts\/get-iframes.js",
                "\/js\/scriptlets\/subscriber.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/windscribe.com\/*"
            ],
            "js": [
                "\/content-scripts\/get-creds.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options-ui\/index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ],
    "optional_permissions": [
        "contentSettings"
    ],
    "minimum_chrome_version": "51"
}