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"
            ]
        }
    ]
}