ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

什么是ytClean | Modern YouTube Theme?

ytClean | Modern YouTube Theme是由http://justinoboyle.com开发的Chrome扩展程序,该扩展的主要功能是“A clean, modern look and feel for YouTube.”。

扩展截图

screenshot
screenshot

下载ytClean | Modern YouTube Theme扩展crx文件

下载ytClean | Modern YouTube Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ytClean provides a new and refreshing experience to YouTube.

Features:
- Darker theme to go easier on the eyes.
- The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel.

ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!                    

扩展基本信息

名称 ytClean | Modern YouTube Theme ytClean | Modern YouTube Theme
ID ibnledgdeclbdgjbjlmllphepfbopnmg
官方URL https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg
简介 A clean, modern look and feel for YouTube.
文件大小 293 KB
安装次数 95
当前版本 0.0.3
更新时间 2019-03-08
上架时间 2019-03-08
评分 3.50/5 共14次评分
开发者 http://justinoboyle.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/justinoboyle/ytClean/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ytClean | Modern YouTube Theme",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A clean, modern look and feel for YouTube.",
    "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}