YoutubeAutoSkip

A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.

YoutubeAutoSkipとは何ですか?

YoutubeAutoSkipはAshleyTyagiによって開発されたChromeの拡張機能で、その主な機能は「A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.」です。

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

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

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

拡張機能の使用方法

                        Now using manifest V3!
A script to auto-click skips, the icon which is used was made by Pixel Perfect on https://www.flaticon.com/authors/pixel-perfect

An extension with no user-interface which runs in the background and will effectively auto-skip ads on the site youtube.com by either shifting straight to the end of the advertisement or by either automatically pressing the skip button. Disclaimer this will not remove ads on the side of YouTube since it isn't an adblocker it simply auto-clicks skip or either it shifts your progress of watching the ad straight to the end, so you effectively skip it.
Here is the link to the Github repository containing the code: https://github.com/oslohes123/YoutubeAutoSkip                    

拡張機能の基本情報

名前 YoutubeAutoSkip YoutubeAutoSkip
ID jackpdpiimmbmbcpjoabcahggiaindac
公式URL https://chromewebstore.google.com/detail/youtubeautoskip/jackpdpiimmbmbcpjoabcahggiaindac
説明 A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.
ファイルサイズ 5.86 KB
インストール数 51
現在のバージョン 3.0
最終更新日 2022-09-26
公開日 2020-06-28
評価 5.00/5 合計 1 レビュー
開発者 AshleyTyagi
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YoutubeAutoSkip",
    "version": "3.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "description": "A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.",
    "icons": {
        "48": "icon.ico"
    }
}