Youtube Theme
Fast change between dark and light Youtube themes
What is Youtube Theme?
Youtube Theme is a Chrome extension developed by Light Alex, and its main feature is "Fast change between dark and light Youtube themes".
Extension Screenshots
Download Youtube Theme Extension CRX File
Download 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
Fast change between dark and light YouTube design. Just in one click.
Extension Basic Information
Name | Youtube Theme |
ID | jkojliciihhmhfnioceoaahmmhhmhjdi |
Official URL | https://chromewebstore.google.com/detail/youtube-theme/jkojliciihhmhfnioceoaahmmhhmhjdi |
Description | Fast change between dark and light Youtube themes |
File Size | 42.94 KB |
Installation Count | 8,961 |
Current Version | 1.0.4 |
Last Updated | 2020-07-14 |
Publish Date | 2020-07-14 |
Rating | 4.49/5 Total 45 Ratings |
Developer | Light Alex |
[email protected] | |
Payment Type | free |
Extension Website | https://addons.lightalex.com/?source=chrome_store |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Theme", "short_name": "__MSG_description__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.4", "author": "Light Alex", "icons": { "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "browser_action": { "default_icon": { "16": "icons\/popup_dark_16.png", "24": "icons\/popup_dark_24.png", "32": "icons\/popup_dark_32.png" } }, "background": { "scripts": [ "files\/scripts\/background.js" ] }, "permissions": [ "tabs", "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*", "cookies", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "css": [ "files\/styles\/main.css" ], "js": [ "files\/scripts\/preload.js" ], "run_at": "document_start" } ] } |