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

¿Qué es Windscribe - Free Proxy and Ad Blocker?

Windscribe - Free Proxy and Ad Blocker es una extensión de Chrome desarrollada por https://windscribe.com, y su función principal es "Windscribe helps you mask your physical location, circumvent censorship, and block ads and trackers on websites you use every day".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Windscribe - Free Proxy and Ad Blocker

Descarga archivos de extensión Windscribe - Free Proxy and Ad Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Windscribe - Free Proxy and Ad Blocker Windscribe - Free Proxy and Ad Blocker
ID hnmpcagpplmpfojmgmnngilcnanddlhb
URL Oficial https://chromewebstore.google.com/detail/windscribe-free-proxy-and/hnmpcagpplmpfojmgmnngilcnanddlhb
Descripción Windscribe helps you mask your physical location, circumvent censorship, and block ads and trackers on websites you use every day
Tamaño del Archivo 3.12 MB
Cantidad de Instalaciones 2,250,813
Versión Actual 3.4.9
Última Actualización 2023-10-13
Fecha de Publicación 2020-05-04
Calificación 4.69/5 Total de 20631 Calificaciones
Desarrollador https://windscribe.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://windscribe.com
URL de la Página de Ayuda https://windscribe.com/support
URL de la Página de Política de Privacidad https://windscribe.com/privacy
Idiomas Soportados 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"
}