Theme for Youtube™

Theme for Youtube™

What is Theme for Youtube™?

Theme for Youtube™ is a Chrome extension developed by http://massinflux.com, and its main feature is "Theme for Youtube™".

Extension Screenshots

screenshot
screenshot
screenshot

Download Theme for Youtube™ Extension CRX File

Download Theme for Youtube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Dark Theme for Youtube

NOTE: This extension is deprecated. Youtube has a Dark Theme now.


I made this theme for my own needs, so it will have bugs, but feel free to use it if it fits your style. I'm open to suggestions on improving this extension.

patreon: https://www.patreon.com/patrioticcow

v.0.9.3
  * More UI improvements

v.0.9.2
  * UI improvements

v.0.8.0
  * CSS Overflow fixes

v.0.7.0
  * Minor fixes

v 0.6.9 
  * Initial Release                    

Extension Basic Information

Name Theme for Youtube™ Theme for Youtube™
ID nmelhglmbeikifbiliagmjjngfefemcn
Official URL https://chrome.google.com/webstore/detail/theme-for-youtube/nmelhglmbeikifbiliagmjjngfefemcn
Description Theme for Youtube™
File Size 46.83 KB
Installation Count 622
Current Version 0.9.3
Last Updated 2018-05-30
Publish Date 2018-05-30
Rating 3.50/5 Total 28 Ratings
Developer http://massinflux.com
Email [email protected]
Payment Type free
Extension Website http://massinflux.com/
Privacy Policy Page URL http://massinflux.com
Supported Languages en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/jquery-1.11.2.min.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Theme for Youtube\u2122",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhCiROdrchnIvDEMqPoJ8PwnoPUzlG5LYJ5SOtdH2p6QCDmv7hJNPvbXgDPAyP5XwekwcwQAyC33Wry+mK71k1fp+I6V2ITlRvcV2oovzVKAbBnBRG5oVs4zr+0XILL2vjliXhvgX+ij6xfR3KK95ERP2tW82btL9orctLfTLD6Q+M9Nt+XpKzjOwbsU3GGr2e\/GXFTD9To\/4E3rSNNhBe9YH3abt2WvgivSjDXBNNKxsGckgB1M\/cMnBq+nrGmesMTLbTG7E98oKjV6z7QNx9DsytQodMWnAWa09NoaJSGpg4K7L7dl5tq2hlMlv2R+iGxxoENbzOHTb+PyW9nRneQIDAQAB",
    "manifest_version": 2,
    "name": "Theme for Youtube\u2122",
    "permissions": [
        "tabs",
        "management",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.3",
    "web_accessible_resources": [
        "styles\/cusiframe.css",
        "styles\/youtube.css",
        "scripts\/jquery-1.11.2.min.js"
    ]
}