YouTube Style - Themes for YouTube

Making your time on YouTube more enjoyable is easy with us!

什麼是YouTube Style - Themes for YouTube?

YouTube Style - Themes for YouTube是由meVail開發的Chrome擴展程式,該擴展的主要功能是“Making your time on YouTube more enjoyable is easy with us!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載YouTube Style - Themes for YouTube擴展crx文件

下載YouTube Style - Themes for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tired of boring, gray, boring YouTube? Then install this extension!
Here you can diversify the colors of your favorite social media. networks without additional problems.
Create your own theme or use already prepared ones.
For starters, after installing youtube will be exactly the same, but don't despair. Everything's under control.

Click on the extension icon in the upper right corner and choose the color you like!
If you want to be a little more individual, then use a circle from the gradient. When you click on it, a menu with your own setting will appear!
Full description of actions:
* All work takes place on the site youtube.com *
Adds appearance settings:
 Changes the color scheme of the entire site.                    

擴展基本資訊

名稱 YouTube Style - Themes for YouTube YouTube Style - Themes for YouTube
ID ifmcadkgfhfofgnmmhkegecdhallnhge
官方網址 https://chromewebstore.google.com/detail/youtube-style-themes-for/ifmcadkgfhfofgnmmhkegecdhallnhge
簡介 Making your time on YouTube more enjoyable is easy with us!
檔案大小 66.85 KB
安裝次數 708
目前版本 0.0.0.3
更新時間 2022-09-07
上架時間 2021-08-07
評分 4.43/5 共 7 次評分
開發者 meVail
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.0.0.3",
    "offline_enabled": true,
    "browser_action": {
        "default_popup": "view\/palette.html"
    },
    "icons": {
        "128": "i\/131.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/colors.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "storage"
    ]
}