uBlock Pro

Finally, an efficient blocker. Easy on CPU and memory.

¿Qué es uBlock Pro?

uBlock Pro es una extensión de Chrome desarrollada por uBlock Pro, y su función principal es "Finally, an efficient blocker. Easy on CPU and memory.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión uBlock Pro

Descarga archivos de extensión uBlock Pro 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

                        🚀 Introducing uBlock Pro #1 Adblocker – Elevate your browsing experience with the pinnacle of Adblock technology. Built upon the solid foundation of original uBlock, this version is optimized for seamless navigation and minimal system impact.

🛡️ Important Insight: uBlock Pro, an evolution of the original uBlock, is not associated with "ublock.org". It's a leading-edge tool for comprehensive content blocking, ensuring your CPU and memory are used efficiently.

Why uBlock Pro is Your Go-To Adblocker:

🌐 Unmatched Adblocking: uBlock Pro isn't just another Adblock solution; it's a full-fledged content blocker designed to eliminate ads and unwanted content efficiently.
💻 Optimized Performance: Leveraging the Adblock feature with a focus on low CPU and memory usage, uBlock Pro enhances your browsing without slowing down your device.
Features at a Glance:

🔑 From the get-go, uBlock Pro equips you with:

🔒 Exclusive uBlock Pro filter lists.
🛡️ EasyList for robust ad blocking.
⏲️ EasyPrivacy to keep trackers at bay.
🚫 Peter Lowe’s list for ads and tracking prevention.
✒️ The Online Malicious URL Blocklist for added security.
Tailor Your Browsing Experience:

🎨 Customize further with:

🍪 Annoyances list to eliminate distractions like cookie warnings and overlays.
🌐 Hosts-based lists for granular control.
➡ Various options to personalize your web journey.
Advanced Features for Power Users:

🚦 Simple JavaScript blocking with a click.
🛡️ Create personalized rules to override any filter list.
🌐 Access to advanced settings for ultimate customization.
Free, Open Source, and Community-Driven:

💖 uBlock Pro #1 Adblocker is a free, open-source project (GPLv3) based on the trailblazing work of the original uBlock. It's crafted by and for users who value their web experience. By supporting the contributors behind our filter lists, you help sustain an ad-free web for everyone.
;                    

Información Básica de la Extensión

Nombre uBlock Pro uBlock Pro
ID fmaicbnbcbjgbpecclcnaehmbpjpdane
URL Oficial https://chromewebstore.google.com/detail/ublock-pro/fmaicbnbcbjgbpecclcnaehmbpjpdane
Descripción Finally, an efficient blocker. Easy on CPU and memory.
Tamaño del Archivo 3.68 MB
Cantidad de Instalaciones 28,100
Versión Actual 2.1.7
Última Actualización 2024-02-25
Fecha de Publicación 2019-05-23
Calificación 4.20/5 Total de 126 Calificaciones
Desarrollador uBlock Pro
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados id,ms,de,en,en-GB,fil,fr,sw,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,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "All uBlock contributors",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "64": "img\/icon_64.png"
        },
        "default_popup": "popup-fenix.html",
        "default_title": "uBlock Pro"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        },
        "open-dashboard": {
            "description": "__MSG_popupTipDashboard__"
        },
        "relax-blocking-mode": {
            "description": "__MSG_relaxBlockingMode__"
        },
        "toggle-cosmetic-filtering": {
            "description": "__MSG_toggleCosmeticFiltering__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*",
                "https:\/\/*.letsblock.it\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/updater.js"
            ],
            "matches": [
                "https:\/\/github.com\/uBlockPro\/*",
                "https:\/\/ublockPro.github.io\/*",
                "https:\/\/*.reddit.com\/r\/uBlockPro\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "73.0",
    "name": "uBlock Pro",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "uBlockPro",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "2.1.7",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}