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
Eメール [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"
}