Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Hvad er Minimal YouTube?
Minimal YouTube er en Chrome-udvidelse udviklet af Ephraim Atta-Duncan, og dens hovedfunktion er "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".
Udvidelsesskærmbilleder
Download Minimal YouTube-udvidelses-CRX-fil
Download Minimal YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Dopamine Free Youtube at your service Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | imnffafnaoooaedkhappfhomnnpigogk |
| Officiel URL | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
| Beskrivelse | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
| Filstørrelse | 216 KB |
| Antal Installationer | 4,330 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2022-10-20 |
| Udgivelsesdato | 2022-09-26 |
| Bedømmelse | 4.76/5 Samlet 42 Bedømmelser |
| Udvikler | Ephraim Atta-Duncan |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/dephraiim/minimal-youtube |
| Understøttede Sprog | 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\/*"
]
}
]
} | |