YouTube Ad Skip by Sid

YouTube Ad Skip by Sid

YouTube Ad Skip by Sidとは何ですか?

YouTube Ad Skip by SidはSidshine007によって開発されたChromeの拡張機能で、その主な機能は「YouTube Ad Skip by Sid」です。

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

screenshot

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

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

拡張機能の使用方法

                        The YouTube Ad Skip extension enhances your YouTube viewing experience by automatically skipping video ads, allowing you to enjoy uninterrupted content. Say goodbye to those frustrating and time-consuming ads that appear before your favorite YouTube videos. With YouTube Ad Skip, you can save time and dive straight into the content you love.

Key Features:

Automatic Ad Skipping: Automatically skips video ads on YouTube, eliminating the need to manually skip them.
Seamless Viewing: Enjoy uninterrupted video playback without interruptions from ads.
Time-Saving: Save valuable time by avoiding lengthy ad durations before videos.
Easy to Use: Simple and user-friendly interface for effortless ad skipping.
Please note that the YouTube Ad Skip extension only skips video ads and does not interfere with any other YouTube features. It provides a streamlined viewing experience, enabling you to focus on the content that matters to you.

Enjoy an ad-free YouTube experience with YouTube Ad Skip! Install now and start skipping those ads hassle-free.

Note: This extension is not affiliated with or endorsed by YouTube or its parent company.                    

拡張機能の基本情報

名前 YouTube Ad Skip by Sid YouTube Ad Skip by Sid
ID mgogcmakhhooffnbnbajlohplcggebjp
公式URL https://chromewebstore.google.com/detail/youtube-ad-skip-by-sid/mgogcmakhhooffnbnbajlohplcggebjp
説明 YouTube Ad Skip by Sid
ファイルサイズ 8.19 KB
インストール数 23
現在のバージョン 2.2.1
最終更新日 2024-02-04
公開日 2023-07-13
評価 5.00/5 合計 1 レビュー
開発者 Sidshine007
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Ad Skip by Sid",
    "description": "YouTube Ad Skip by Sid",
    "version": "2.2.1",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-32.png",
        "128": "icon-32.png"
    }
}