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
官方網址 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"
            ]
        }
    ]
}