ytClean | Modern YouTube Theme
A clean, modern look and feel for YouTube.
What is ytClean | Modern YouTube Theme?
ytClean | Modern YouTube Theme is a Chrome extension developed by http://justinoboyle.com, and its main feature is "A clean, modern look and feel for YouTube.".
Extension Screenshots
Download ytClean | Modern YouTube Theme Extension CRX File
Download ytClean | Modern YouTube Theme 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
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!
Extension Basic Information
Name | |
ID | ibnledgdeclbdgjbjlmllphepfbopnmg |
Official URL | https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg |
Description | A clean, modern look and feel for YouTube. |
File Size | 293 KB |
Installation Count | 95 |
Current Version | 0.0.3 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 3.50/5 Total 14 Ratings |
Developer | http://justinoboyle.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/justinoboyle/ytClean/issues |
Supported Languages | 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" ] } ] } |