YouTube Auto Ad-Skipper

This extension skip ads on YouTube automatically.

YouTube Auto Ad-Skipperとは何ですか?

YouTube Auto Ad-SkipperはCavoszによって開発されたChromeの拡張機能で、その主な機能は「This extension skip ads on YouTube automatically.」です。

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

screenshot

YouTube Auto Ad-Skipper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Extension automatically click the skip button on YouTube when it's available. 
This extension does not block ads or skip ads on other websites.                    

拡張機能の基本情報

名前 YouTube Auto Ad-Skipper YouTube Auto Ad-Skipper
ID kccbenoebeilhnjknnfokiojlnkmcoel
公式URL https://chromewebstore.google.com/detail/youtube-auto-ad-skipper/kccbenoebeilhnjknnfokiojlnkmcoel
説明 This extension skip ads on YouTube automatically.
ファイルサイズ 27.09 KB
インストール数 54
現在のバージョン 1.0
最終更新日 2022-10-18
公開日 2022-10-17
開発者 Cavosz
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Auto Ad-Skipper",
    "description": "This extension skip ads on YouTube automatically.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_title": "Skip ads YT",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}