AdBlocker for youtube

Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads

What is AdBlocker for youtube?

AdBlocker for youtube is a Chrome extension developed by kuchmenkoyarikggh, and its main feature is "Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads".

Extension Screenshots

screenshot
screenshot
screenshot

Download AdBlocker for youtube Extension CRX File

Download AdBlocker for youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adblocker for youtube. Block text, popup video ads automatically                    

Extension Basic Information

Name AdBlocker for youtube AdBlocker for youtube
ID hebiaenccjaefknlcjonofmmppbcbpfm
Official URL https://chrome.google.com/webstore/detail/hebiaenccjaefknlcjonofmmppbcbpfm
Description Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads
File Size 13.53 KB
Installation Count 8,600
Current Version 1.0.7
Last Updated 2022-12-20
Publish Date 2021-08-04
Rating 4.90/5 Total 10 Ratings
Developer kuchmenkoyarikggh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules_1.json"
            }
        ]
    },
    "description": "Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads",
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "48.png"
    },
    "manifest_version": 3,
    "name": "AdBlocker for youtube",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.0.7"
}