Black and Green YouTube
A black and green theme for YouTube
What is Black and Green YouTube?
Black and Green YouTube is a Chrome extension developed by Fastidious C.O., and its main feature is "A black and green theme for YouTube".
Extension Screenshots
Download Black and Green YouTube Extension CRX File
Download Black and Green 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
Spice up your YouTube experience with this beautifully crafted, custom YouTube theme. The predominantly dark background is easy on the eyes, while the green accents are aesthetically pleasing. This is a lightweight extension, totaling around 20 kilobytes in size. This design ensures that, unlike some other web themes out there, your browsing experience will not be slowed down a bit. Please let us know what you think of the theme, and send any suggestions and/or constructive criticisms our way!
Extension Basic Information
Name | Black and Green YouTube |
ID | fpddhllfchfajogpilcliaichjndognf |
Official URL | https://chromewebstore.google.com/detail/black-and-green-youtube/fpddhllfchfajogpilcliaichjndognf |
Description | A black and green theme for YouTube |
File Size | 19.01 KB |
Installation Count | 612 |
Current Version | 0.0.0.2 |
Last Updated | 2016-09-10 |
Publish Date | 2016-09-09 |
Rating | 2.92/5 Total 36 Ratings |
Developer | Fastidious C.O. |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Black and Green YouTube", "version": "0.0.0.2", "manifest_version": 2, "description": "A black and green theme for YouTube", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "include_globs": [ "*" ], "run_at": "document_start", "all_frames": true } ] } |