YT Ad Skip

This plugin will skip YouTube ads.

YT Ad Skipとは何ですか?

YT Ad Skipはdev.mt877によって開発されたChromeの拡張機能で、その主な機能は「This plugin will skip YouTube ads.」です。

拡張機能のスクリーンショット

screenshot

YT Ad Skip拡張機能のCRXファイルをダウンロード

YT Ad Skip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

Hide YouTube overlay ads.
Automatically skip skippable video ads.                    

拡張機能の基本情報

名前 YT Ad Skip YT Ad Skip
ID bohoehddljlgadmcdlccfoikallknnib
公式URL https://chromewebstore.google.com/detail/yt-ad-skip/bohoehddljlgadmcdlccfoikallknnib
説明 This plugin will skip YouTube ads.
ファイルサイズ 8.83 KB
インストール数 628
現在のバージョン 1.3.0
最終更新日 2020-06-18
公開日 2020-06-17
評価 5.00/5 合計 6 レビュー
開発者 dev.mt877
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}