uBlock Pro

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

O que é uBlock Pro?

uBlock Pro é uma extensão do Chrome desenvolvida por uBlock Pro, e sua principal característica é "Finally, an efficient blocker. Easy on CPU and memory.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão uBlock Pro

Baixe arquivos de extensão uBlock Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        🚀 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.
;                    

Informações Básicas da Extensão

Nome uBlock Pro uBlock Pro
ID fmaicbnbcbjgbpecclcnaehmbpjpdane
URL Oficial https://chromewebstore.google.com/detail/ublock-pro/fmaicbnbcbjgbpecclcnaehmbpjpdane
Descrição Finally, an efficient blocker. Easy on CPU and memory.
Tamanho do Arquivo 3.68 MB
Contagem de Instalações 28,100
Versão Atual 2.1.7
Última Atualização 2024-02-25
Data de Publicação 2019-05-23
Classificação 4.20/5 Total de 126 Avaliações
Desenvolvedor uBlock Pro
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}