Minimal Youtube theme
Make youtube boring and calm
What is Minimal Youtube theme?
Minimal Youtube theme is a Chrome extension developed by Rafi, and its main feature is "Make youtube boring and calm".
Extension Screenshots
Download Minimal Youtube theme Extension CRX File
Download Minimal 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
It hides some elements in the youtube to make it less distracting and more enjoyable.
Extension Basic Information
Name | Minimal Youtube theme |
ID | ccplmbjcmgejfkggenhjagijijklnacm |
Official URL | https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm |
Description | Make youtube boring and calm |
File Size | 26.36 KB |
Installation Count | 175 |
Current Version | 0.0.3 |
Last Updated | 2022-09-07 |
Publish Date | 2022-08-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Rafi |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Rafi993/minimal-youtube-theme |
Help Page URL | https://github.com/Rafi993/minimal-youtube-theme/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minimal Youtube theme", "description": "Make youtube boring and calm", "version": "0.0.3", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "css": [ "main.10a003bc.css" ], "js": [ "main.da0dd1a7.js" ] } ], "action": { "default_title": "Options", "default_popup": "options.818d1ab0.html" }, "icons": { "16": "icon16.cf8ed879.png", "32": "icon32.1f1b0c61.png", "48": "icon48.6b8809b5.png", "128": "icon128.12662906.png" } } |