Youtube zen mode

Improved layout, dark mode, removable recommendations and comment section.

Youtube zen modeとは何ですか?

Youtube zen modeはAdrien Coffreによって開発されたChromeの拡張機能で、その主な機能は「Improved layout, dark mode, removable recommendations and comment section.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Allows to tailor hidden sections (comments, recommendations) and implements a dark mode                    

拡張機能の基本情報

名前 Youtube zen mode Youtube zen mode
ID aeblekonbpcjmpcmodmonjcgdcdemdig
公式URL https://chromewebstore.google.com/detail/youtube-zen-mode/aeblekonbpcjmpcmodmonjcgdcdemdig
説明 Improved layout, dark mode, removable recommendations and comment section.
ファイルサイズ 24.7 KB
インストール数 24
現在のバージョン 0.0.1
最終更新日 2020-04-15
公開日 2020-04-15
評価 5.00/5 合計 3 レビュー
開発者 Adrien Coffre
支払い方法 free
ヘルプページのURL https://github.com/Astrak/youtube-zen-mode
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube zen mode",
    "version": "0.0.1",
    "description": "Improved layout, dark mode, removable recommendations and comment section.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/yzm16.png",
            "32": "images\/yzm32.png",
            "48": "images\/yzm48.png",
            "128": "images\/yzm128.png"
        }
    },
    "icons": {
        "16": "images\/yzm16.png",
        "32": "images\/yzm32.png",
        "48": "images\/yzm48.png",
        "128": "images\/yzm128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ]
}