uBlocker - #1 Adblock Tool for Chrome

uBlocker is a fast, efficient & most effective adblocker utility on the planet.

uBlocker - #1 Adblock Tool for Chrome क्या है?

uBlocker - #1 Adblock Tool for Chrome Jorge Ratcliff द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "uBlocker is a fast, efficient & most effective adblocker utility on the planet."।

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

screenshot

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

crx प्रारूप में uBlocker - #1 Adblock Tool for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        uBlocker - remove ads on every site.

Trying to find a solution to block ads? Our product removes all advertisement on each website you visit including pre-roll video ad, text & banner ad. Lightweight, but effective ad blocker utility stop ads on Youtube, Facebook and many other popular websites. Install adblock right now and completely forget about ad.

Our useful features:

- block ads on all website, including the most popular Youtube and facebook 
- text advertisement, banners, video ads and flash
- remove ad before downloading and not just removed ads after its downloading
- blocking ad-related content on a websites you visit. 

The killing feature - Customizable Adblock Rules:

You can block content elements on every website which you don't want to see next time you visit. Just click on the element with right click -> uBlocker -> Block this ad.
The wizard will guide you what to do next. You can block elements by type or by class name.

Click "add to chrome" button and enjoy browser surfing without advertisement.                    

एक्सटेंशन की मूल जानकारी

नाम uBlocker - #1 Adblock Tool for Chrome uBlocker - #1 Adblock Tool for Chrome
ID ohkfdfelnjnipehecjnkpoihjgcpekjb
आधिकारिक URL https://chrome.google.com/webstore/detail/ublocker-ad-block-tool-fo/ohkfdfelnjnipehecjnkpoihjgcpekjb
विवरण uBlocker is a fast, efficient & most effective adblocker utility on the planet.
फ़ाइल का आकार 1.18 MB
स्थापना संख्या 17,980
वर्तमान संस्करण 1.5
अंतिम अपडेट 2023-06-01
प्रकाशन तिथि 2020-04-23
रेटिंग 3.43/5 कुल 7 रेटिंग्स
डेवलपर Jorge Ratcliff
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1MJNdYuOKUz5UFH0MxEKGk3VNDwni4VqTlASn6Kz7ips/edit?usp=sharing
समर्थित भाषाएँ de,en,en-US,fr,nl,no,vi,tr,da,es,it,pl,ro,cs,ru,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "ext-bg\/common.js",
            "ext-bg\/background.js",
            "lib\/compat.min.js",
            "lib\/publicSuffixList.js",
            "lib\/adblockplus.min.js",
            "messageResponder.js",
            "background.js",
            "adblock\/libs\/jquery.min.js",
            "adblock\/errorreporting.js",
            "adblock\/adblock-functions.js",
            "adblock\/survey.js",
            "adblock\/stats.js",
            "adblock\/uninstall.js",
            "adblock\/idlehandler.js",
            "adblock\/settings.js",
            "adblock\/servermessages.js",
            "adblock\/background.js",
            "adblock\/adpsubscriptionadapter.js",
            "adblock\/contextmenus.js",
            "adblock\/subscription-init.js",
            "adblock\/data-migrate.js",
            "adblock\/excludefilter.js",
            "adblock\/datacollection.v2.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/ab-16.png",
            "19": "img\/ab-19.png",
            "20": "img\/ab-20.png",
            "32": "img\/ab-32.png",
            "38": "img\/ab-38.png",
            "40": "img\/ab-40.png"
        },
        "default_popup": "adblock\/html\/button-popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ext-bg\/common.js",
                "ext-bg\/content.js",
                "elemHideEmulation.js",
                "include.preload.js",
                "adblock\/adblock-functions.js",
                "adblock\/bandaids.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js",
                "adblock\/scripts-ui\/rightclick_hook.js",
                "adblock\/notificationoverlay.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "img\/ab-128.png",
        "16": "img\/ab-16.png",
        "32": "img\/ab-32.png",
        "48": "img\/ab-48.png",
        "64": "img\/ab-64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "__MSG_name__",
    "optional_permissions": [
        "management"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications",
        "idle"
    ],
    "short_name": "__MSG_name__",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "version": "1.5",
    "web_accessible_resources": [
        "adblock\/css\/jquery-ui.custom.css",
        "adblock\/css\/jquery-ui.override-page.css",
        "img\/icon24.png",
        "jquery-ui\/css\/images\/ui-bg_flat_55_999999_40x100.png",
        "jquery-ui\/css\/images\/ui-bg_flat_75_aaaaaa_40x100.png",
        "jquery-ui\/css\/images\/ui-bg_glass_45_0078ae_1x400.png",
        "jquery-ui\/css\/images\/ui-bg_glass_55_f8da4e_1x400.png",
        "jquery-ui\/css\/images\/ui-bg_glass_75_79c9ec_1x400.png",
        "jquery-ui\/css\/images\/ui-bg_gloss-wave_50_38cfff_500x100.png",
        "jquery-ui\/css\/images\/ui-bg_gloss-wave_75_2191c0_500x100.png",
        "jquery-ui\/css\/images\/ui-bg_inset-hard_100_fcfdfd_1x100.png",
        "jquery-ui\/css\/images\/ui-icons_056b93_256x240.png",
        "jquery-ui\/css\/images\/ui-icons_d8e7f3_256x240.png"
    ]
}