uBlock Pro

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

Co to jest uBlock Pro?

uBlock Pro to rozszerzenie Chrome opracowane przez uBlock Pro, a jego główną funkcją jest „Finally, an efficient blocker. Easy on CPU and memory.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia uBlock Pro

Pobierz pliki rozszerzeń uBlock Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa uBlock Pro uBlock Pro
ID fmaicbnbcbjgbpecclcnaehmbpjpdane
Oficjalny URL https://chromewebstore.google.com/detail/ublock-pro/fmaicbnbcbjgbpecclcnaehmbpjpdane
Opis Finally, an efficient blocker. Easy on CPU and memory.
Rozmiar pliku 3.68 MB
Liczba instalacji 28,100
Aktualna Wersja 2.1.7
Ostatnia Aktualizacja 2024-02-25
Data Publikacji 2019-05-23
Ocena 4.20/5 Łącznie 126 Oceny
Deweloper uBlock Pro
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}