Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Was ist Minimal YouTube?
Minimal YouTube ist eine Chrome-Erweiterung, die von Ephraim Atta-Duncan entwickelt wurde, und ihr Hauptmerkmal ist "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".
Erweiterungsscreenshots
Minimal YouTube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Minimal YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Dopamine Free Youtube at your service Grundlegende Informationen zur Erweiterung
| Name | |
| ID | imnffafnaoooaedkhappfhomnnpigogk |
| Offizielle URL | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
| Beschreibung | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
| Dateigröße | 216 KB |
| Installationsanzahl | 4,330 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2022-10-20 |
| Veröffentlichungsdatum | 2022-09-26 |
| Bewertung | 4.76/5 Insgesamt 42 Bewertungen |
| Entwickler | Ephraim Atta-Duncan |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/dephraiim/minimal-youtube |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |