Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
What is Minimal YouTube?
Minimal YouTube is a Chrome extension developed by Ephraim Atta-Duncan, and its main feature is "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".
Extension Screenshots
Download Minimal YouTube Extension CRX File
Download Minimal 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
Dopamine Free Youtube at your service
Extension Basic Information
Name | Minimal YouTube |
ID | imnffafnaoooaedkhappfhomnnpigogk |
Official URL | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
Description | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
File Size | 216 KB |
Installation Count | 4,330 |
Current Version | 1.0.0 |
Last Updated | 2022-10-20 |
Publish Date | 2022-09-26 |
Rating | 4.76/5 Total 42 Ratings |
Developer | Ephraim Atta-Duncan |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dephraiim/minimal-youtube |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal YouTube", "version": "1.0.0", "description": "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.", "author": "Ephraim Atta-Duncan", "icons": { "16": "assets\/16x16.png", "48": "assets\/48x48.png", "128": "assets\/128x128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] } |