Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Cos'è Minimal YouTube?
Minimal YouTube è un'estensione di Chrome sviluppata da Ephraim Atta-Duncan, e la sua funzione principale è "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minimal YouTube
Scarica i file di estensione Minimal YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Dopamine Free Youtube at your service Informazioni di Base sull'Estensione
| Nome | |
| ID | imnffafnaoooaedkhappfhomnnpigogk |
| URL Ufficiale | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
| Descrizione | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
| Dimensione del File | 216 KB |
| Conteggio Installazioni | 4,330 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-10-20 |
| Data di Pubblicazione | 2022-09-26 |
| Valutazione | 4.76/5 Totale 42 Valutazioni |
| Sviluppatore | Ephraim Atta-Duncan |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/dephraiim/minimal-youtube |
| Lingue Supportate | 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\/*"
]
}
]
} | |