Rule AdBlocker

Removes all ads and banners with simple regular expression rules.

Rule AdBlocker क्या है?

Rule AdBlocker Yubi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all ads and banners with simple regular expression rules."।

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

screenshot

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

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

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

                        Rule AdBlocker is a lite extension that let you easily block ads, and all unwanted contents with regular expression matching.

Simply write a desired blocking rule and then reload the page to see blocked ads in the browser console. By default, there are 28 rules available in toolbar popup. You can add, edit or remove these rules at any time. Moreover, you can easily specify which resource type needs to be blocked by regular expression rules.

There are 13 resource types that are constantly monitored with this addon. By default, 10 types are marked in toolbar popup. There is also an ON|OFF switch in the popup (top left corner) to enable you activate or deactivate this addon.

Note 1: when you first install the addon, it is turn OFF. Please open toolbar popup UI, make desired changes and then turn the addon ON.

Note 2: please write blocking rules in regular expression format. If you are not familiar with regular expressions, please visit this (https://en.wikipedia.org/wiki/Regular_expression) page to get more info about regular expressions.                    

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

नाम Rule AdBlocker Rule AdBlocker
ID eghccljfpccnmlhanhdjlckeonamodad
आधिकारिक URL https://chromewebstore.google.com/detail/rule-adblocker/eghccljfpccnmlhanhdjlckeonamodad
विवरण Removes all ads and banners with simple regular expression rules.
फ़ाइल का आकार 33.6 KB
स्थापना संख्या 829
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2018-01-09
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Yubi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "name": "Rule AdBlocker",
    "homepage_url": "https:\/\/mybrowseraddon.com\/rule-blocker.html",
    "description": "Removes all ads and banners with simple regular expression rules.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "declarativeNetRequest"
    ],
    "action": {
        "default_title": "Rule AdBlocker",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}