Adblocker for YouTube™

Install Adblocker for YouTube™ chrome extension & completely block all the annoying ads. Best YT ad remover.

Adblocker for YouTube™ क्या है?

Adblocker for YouTube™ YT Adblock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install Adblocker for YouTube™ chrome extension & completely block all the annoying ads. Best YT ad remover."।

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

screenshot
screenshot

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

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

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

                        Do you find Youtube ads annoying and distracting? Adblocker for Youtube™ is a free browser extension that blocks all ads on YouTube, allowing you to enjoy uninterrupted videos. If you're tired of sitting through ads on Youtube, give it a try and enjoy a seamless viewing experience. 

key features 

>> Blocks all ads on Youtube: No more annoying pop-ups, banners, or pre-roll ads. 

>> Saves time: Watch videos without having to sit through ads. 

>> Compatibility: Adblocker for Youtube™ is compatible with popular web browsers like Google Chrome and Microsoft Edge. 

 
How To Use? 

>> Install the Adblocker for Youtube™ extension: Install the extension by clicking on "Add to Chrome" button 

>> Once installed, click on the extension icon in your browser's toolbar to enable it. 

>>  Enjoy ad-free videos on Youtube                    

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

नाम Adblocker for YouTube™ Adblocker for YouTube™
ID ocpbafeegjjnfppckhackoojckloofan
आधिकारिक URL https://chromewebstore.google.com/detail/adblocker-for-youtube/ocpbafeegjjnfppckhackoojckloofan
विवरण Install Adblocker for YouTube™ chrome extension & completely block all the annoying ads. Best YT ad remover.
फ़ाइल का आकार 57.63 KB
स्थापना संख्या 67,742
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-05-25
प्रकाशन तिथि 2022-09-20
रेटिंग 4.55/5 कुल 44 रेटिंग्स
डेवलपर YT Adblock
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "Adblocker for YouTube\u2122 ",
    "description": "Install Adblocker for YouTube\u2122 chrome extension & completely block all the annoying ads. Best YT ad remover.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/Icon_16.png",
        "32": ".\/icons\/Icon_32.png",
        "48": ".\/icons\/Icon_48.png",
        "64": ".\/icons\/Icon_64.png",
        "128": ".\/icons\/Icon_128.png",
        "2000": ".\/icons\/Icon_2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "my_rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}