YT Ad Skip

This plugin will skip YouTube ads.

What is YT Ad Skip?

YT Ad Skip is a Chrome extension developed by dev.mt877, and its main feature is "This plugin will skip YouTube ads.".

Extension Screenshots

screenshot

Download YT Ad Skip Extension CRX File

Download YT 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

                        YouTubeのオーバーレイ広告を非表示。
スキップ可能な動画広告を自動でスキップします。

Hide YouTube overlay ads.
Automatically skip skippable video ads.                    

Extension Basic Information

Name YT Ad Skip YT Ad Skip
ID bohoehddljlgadmcdlccfoikallknnib
Official URL https://chromewebstore.google.com/detail/yt-ad-skip/bohoehddljlgadmcdlccfoikallknnib
Description This plugin will skip YouTube ads.
File Size 8.83 KB
Installation Count 628
Current Version 1.3.0
Last Updated 2020-06-18
Publish Date 2020-06-17
Rating 5.00/5 Total 6 Ratings
Developer dev.mt877
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YT Ad Skip",
    "version": "1.3.0",
    "description": "This plugin will skip YouTube ads.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "yt-ad-skip.js"
            ]
        }
    ]
}