Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Wat is Minimal YouTube?
Minimal YouTube is een Chrome-extensie ontwikkeld door Ephraim Atta-Duncan, en de belangrijkste functie is "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".
Extensie Screenshots
Download het CRX-bestand van de extensie Minimal YouTube
Download Minimal YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Dopamine Free Youtube at your service
Basisinformatie over de Extensie
Naam | Minimal YouTube |
ID | imnffafnaoooaedkhappfhomnnpigogk |
Officiële URL | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
Beschrijving | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
Bestandsgrootte | 216 KB |
Aantal Installaties | 4,330 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-10-20 |
Publicatiedatum | 2022-09-26 |
Beoordeling | 4.76/5 Totaal 42 Beoordelingen |
Ontwikkelaar | Ephraim Atta-Duncan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/dephraiim/minimal-youtube |
Ondersteunde Talen | 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\/*" ] } ] } |