Adblock for YouTube - Youtube Adblocker!

Adblock blocks ads, pop-up and preroll ads for Youtube. The best FREE adblock.

What is Adblock for YouTube - Youtube Adblocker!?

Adblock for YouTube - Youtube Adblocker! is a Chrome extension developed by Free adblock, and its main feature is "Adblock blocks ads, pop-up and preroll ads for Youtube. The best FREE adblock.".

Extension Screenshots

screenshot

Download Adblock for YouTube - Youtube Adblocker! Extension CRX File

Download Adblock for YouTube - Youtube Adblocker! 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

                        Ad blocker does an excellent job of blocking all types of ads. 
At the same time, it has good optimization: 
it almost does not decrease the speed of the browser 
even with a large number of tabs. 
Has unintuitive settings and nice interface.                    

Extension Basic Information

Name Adblock for YouTube - Youtube Adblocker! Adblock for YouTube - Youtube Adblocker!
ID nfekbaflkpgadkfoaabfdbecefpdelpp
Official URL https://chrome.google.com/webstore/detail/adblock-for-youtube-youtu/nfekbaflkpgadkfoaabfdbecefpdelpp
Description Adblock blocks ads, pop-up and preroll ads for Youtube. The best FREE adblock.
File Size 100 KB
Installation Count 4,000
Current Version 1.2.0.2
Last Updated 2020-10-21
Publish Date 2020-10-09
Rating 4.15/5 Total 20 Ratings
Developer Free adblock
Email [email protected]
Payment Type free
Supported Languages de,en,fr,nl,ca,da,et,es,it,hu,fi,sv,cs,el,bg,ru,uk,hi,th,ja
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "*:\/\/*\/*",
        "webRequestBlocking"
    ],
    "description": "__MSG_description__",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "default_locale": "en",
    "short_name": "AdBlock",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0.2",
    "web_accessible_resources": [
        "*"
    ]
}