YouTube Minimizer
Hides suggestion bar and disables autoplay.
Apa itu YouTube Minimizer?
YouTube Minimizer adalah ekstensi Chrome yang dikembangkan oleh cmbartschat, dan fitur utamanya adalah "Hides suggestion bar and disables autoplay.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Minimizer
Unduh file ekstensi YouTube Minimizer 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
Completely hides all videos marked as watched on the subscription list and tile views. Also reduces the sidebar to the single autoplay option, removing all other related and recommended videos.
Informasi Dasar Ekstensi
Nama | |
ID | igjfhbgmolfphjejknbmpipjiljddmic |
URL Resmi | https://chromewebstore.google.com/detail/youtube-minimizer/igjfhbgmolfphjejknbmpipjiljddmic |
Deskripsi | Hides suggestion bar and disables autoplay. |
Ukuran File | 5.27 KB |
Jumlah Instalasi | 300 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2016-11-13 |
Tanggal Publikasi | 2016-11-12 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | cmbartschat |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Minimizer", "short_name": "YouTube Minimizer", "version": "1.4", "description": "Hides suggestion bar and disables autoplay.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "css": [ "hide.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions*" ], "js": [ "hidequick.js" ] } ] } |