uBlock Pro

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

什麼是uBlock Pro?

uBlock Pro是由uBlock Pro開發的Chrome擴展程式,該擴展的主要功能是“Finally, an efficient blocker. Easy on CPU and memory.”。

擴展截圖

screenshot

下載uBlock Pro擴展crx文件

下載uBlock Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 uBlock Pro uBlock Pro
ID fmaicbnbcbjgbpecclcnaehmbpjpdane
官方網址 https://chromewebstore.google.com/detail/ublock-pro/fmaicbnbcbjgbpecclcnaehmbpjpdane
簡介 Finally, an efficient blocker. Easy on CPU and memory.
檔案大小 3.68 MB
安裝次數 28,100
目前版本 2.1.7
更新時間 2024-02-25
上架時間 2019-05-23
評分 4.20/5 共 126 次評分
開發者 uBlock Pro
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
    ]
}