Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Apa itu Minimal YouTube?
Minimal YouTube adalah ekstensi Chrome yang dikembangkan oleh Ephraim Atta-Duncan, dan fitur utamanya adalah "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Minimal YouTube
Unduh file ekstensi Minimal YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Dopamine Free Youtube at your service
Informasi Dasar Ekstensi
Nama | Minimal YouTube |
ID | imnffafnaoooaedkhappfhomnnpigogk |
URL Resmi | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
Deskripsi | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
Ukuran File | 216 KB |
Jumlah Instalasi | 4,330 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-10-20 |
Tanggal Publikasi | 2022-09-26 |
Penilaian | 4.76/5 Total 42 Penilaian |
Pengembang | Ephraim Atta-Duncan |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/dephraiim/minimal-youtube |
Bahasa yang Didukung | 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\/*" ] } ] } |