Mindfully. Hide YouTube End Cards

Mindfully Hides YouTube end cards so you don't miss the climax part of the music video or movie clip

Mindfully. Hide YouTube End Cardsとは何ですか?

Mindfully. Hide YouTube End Cardsはhttps://tamalchowdhury.comによって開発されたChromeの拡張機能で、その主な機能は「Mindfully Hides YouTube end cards so you don't miss the climax part of the music video or movie clip」です。

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

screenshot
screenshot

Mindfully. Hide YouTube End Cards拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Don't you hate when YouTube puts those annoying cards at the end of every music video or a movie clip? Mindfully will automatically hide all end cards from YouTube so you won't miss your favorite scene!                    

拡張機能の基本情報

名前 Mindfully. Hide YouTube End Cards Mindfully. Hide YouTube End Cards
ID ifmbbceocmponbpifmpkkhnidmgopmmf
公式URL https://chromewebstore.google.com/detail/mindfully-hide-youtube-en/ifmbbceocmponbpifmpkkhnidmgopmmf
説明 Mindfully Hides YouTube end cards so you don't miss the climax part of the music video or movie clip
ファイルサイズ 257 KB
インストール数 2,913
現在のバージョン 2.0.1
最終更新日 2024-03-04
公開日 2020-04-11
評価 5.00/5 合計 19 レビュー
開発者 https://tamalchowdhury.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tamalchowdhury.com
ヘルプページのURL https://twitter.com/tamalchow
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/9336526f-6e40-4cc5-98ef-7552e7739931
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mindfully. Hide YouTube End Cards",
    "version": "2.0.1",
    "description": "Mindfully Hides YouTube end cards so you don't miss the climax part of the music video or movie clip",
    "permissions": [
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "pages\/popup.html",
        "default_title": "Mindfully. Hides YouTube Distractions"
    },
    "options_page": "pages\/installed.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "16": "images\/icon128.png",
        "32": "images\/icon128.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    }
}