YouTube Adblock - Adblocker for Youtube

Adblock blocks ads, pop-up and prerolls for Youtube. Best FREE adblock.

What is YouTube Adblock - Adblocker for Youtube?

YouTube Adblock - Adblocker for Youtube is a Chrome extension developed by Adblock Team, and its main feature is "Adblock blocks ads, pop-up and prerolls for Youtube. Best FREE adblock.".

Extension Screenshots

screenshot

Download YouTube Adblock - Adblocker for Youtube Extension CRX File

Download YouTube Adblock - 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

                        An ad blocker can dramatically improve your web browser experience, 
but most importantly, you get protection from tracking programs, 
malicious ads, and dangerous sites.                    

Extension Basic Information

Name YouTube Adblock - Adblocker for Youtube YouTube Adblock - Adblocker for Youtube
ID jompdinfdpijbcngkadcdaladbochoae
Official URL https://chrome.google.com/webstore/detail/youtube-adblock-adblocker/jompdinfdpijbcngkadcdaladbochoae
Description Adblock blocks ads, pop-up and prerolls for Youtube. Best FREE adblock.
File Size 103 KB
Installation Count 20,000
Current Version 1.1.0.2
Last Updated 2020-10-20
Publish Date 2020-10-08
Rating 4.38/5 Total 47 Ratings
Developer Adblock Team
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",
        "*:\/\/*\/*",
        "alarms",
        "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.1.0.2",
    "web_accessible_resources": [
        "*"
    ]
}