YouTube Rabbit Hole Sealant

Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.

YouTube Rabbit Hole Sealantとは何ですか?

YouTube Rabbit Hole SealantはezeYanivによって開発されたChromeの拡張機能で、その主な機能は「Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.」です。

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

screenshot

YouTube Rabbit Hole Sealant拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This Chrome extension hides some of YouTube's most attention-grabbing, time-wasting components: the 'suggested videos' sidebar and the comment section.

Clicking the extension icon allows you to quickly toggle the following options:
  •  Show or hide the 'suggested videos' sidebar
  •  Show or hide the comment section                    

拡張機能の基本情報

名前 YouTube Rabbit Hole Sealant YouTube Rabbit Hole Sealant
ID pljkdepedlaeibebpmkckpefajpjkcak
公式URL https://chromewebstore.google.com/detail/youtube-rabbit-hole-seala/pljkdepedlaeibebpmkckpefajpjkcak
説明 Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.
ファイルサイズ 27.64 KB
インストール数 87
現在のバージョン 1.0
最終更新日 2021-08-21
公開日 2021-08-21
評価 5.00/5 合計 1 レビュー
開発者 ezeYaniv
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Rabbit Hole Sealant",
    "description": "Stop falling into YouTube rabbit holes! Hides YouTube's 'suggested videos' sidebar and the comment section.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png",
        "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png",
        "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png",
        "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png",
        "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "assets\/js\/hideComponents.js"
            ]
        }
    ],
    "action": {
        "default_title": "Rabbit Hole Sealant: make YouTube less addicting",
        "default_icon": {
            "16": "assets\/images\/RabbitHoleSealantLogo_Rect_16.png",
            "24": "assets\/images\/RabbitHoleSealantLogo_Rect_24.png",
            "32": "assets\/images\/RabbitHoleSealantLogo_Rect_32.png",
            "48": "assets\/images\/RabbitHoleSealantLogo_Rect_48.png",
            "128": "assets\/images\/RabbitHoleSealantLogo_Rect_128.png"
        },
        "default_popup": "assets\/popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}