GlowTube - YouTube theme changes with video

YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!

什麼是GlowTube - YouTube theme changes with video?

GlowTube - YouTube theme changes with video是由pawel.misiurski開發的Chrome擴展程式,該擴展的主要功能是“YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!”。

擴展截圖

screenshot
screenshot
screenshot

下載GlowTube - YouTube theme changes with video擴展crx文件

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

擴展使用說明

                        It's like a TV with ambient light behind it but inside YouTube.

After installing watch this video!: https://www.youtube.com/watch?v=z5dfpe_-Lgg                    

擴展基本資訊

名稱 GlowTube - YouTube theme changes with video GlowTube - YouTube theme changes with video
ID kcmakmjeejndmolccmgcnpnkkfghjcje
官方網址 https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje
簡介 YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!
檔案大小 32.76 KB
安裝次數 448
目前版本 1.2.3.4
更新時間 2016-03-12
上架時間 2016-03-12
評分 3.75/5 共 16 次評分
開發者 pawel.misiurski
付費類型 free
擴展官網 https://github.com/dvlp/GlowTube
說明頁面URL https://github.com/dvlp/GlowTube
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlowTube - YouTube theme changes with video",
    "version": "1.2.3.4",
    "manifest_version": 2,
    "description": "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!",
    "homepage_url": "https:\/\/github.com\/DVLP\/GlowTube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "pages": [
            "src\/bg\/background.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/youtube.com\/*",
        "http:\/\/youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}