Youtube Auto Ad Block & Auto Ad Skip.

It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.

What is Youtube Auto Ad Block & Auto Ad Skip.?

Youtube Auto Ad Block & Auto Ad Skip. is a Chrome extension developed by Tamilselvan, and its main feature is "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Youtube Auto Ad Block & Auto Ad Skip. Extension CRX File

Download Youtube Auto Ad Block & Auto Ad Skip. 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

                        It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.
Updated to Latest Youtube.                    

Extension Basic Information

Name Youtube Auto Ad Block & Auto Ad Skip. Youtube Auto Ad Block & Auto Ad Skip.
ID cdonkchimbachgaedhogkfdebillfnif
Official URL https://chrome.google.com/webstore/detail/youtube-auto-ad-block-aut/cdonkchimbachgaedhogkfdebillfnif
Description It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.
File Size 89.74 KB
Installation Count 20,000
Current Version 1.2
Last Updated 2019-04-10
Publish Date 2019-04-10
Rating 3.54/5 Total 71 Ratings
Developer Tamilselvan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Auto Ad Block & Auto Ad Skip.",
    "short_name": "YT_Ad_Block",
    "description": "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.",
    "version": "1.2",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}