uBlock Pro

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

uBlock Pro क्या है?

uBlock Pro uBlock Pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finally, an efficient blocker. Easy on CPU and memory."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में uBlock Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🚀 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
आधिकारिक URL 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\/*"
    ]
}