Better watch later
Cleans up the 'Watch later' list on youtube
Apa itu Better watch later?
Better watch later adalah ekstensi Chrome yang dikembangkan oleh nikolajaaes, dan fitur utamanya adalah "Cleans up the 'Watch later' list on youtube".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Better watch later
Unduh file ekstensi Better watch later 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
This extension makes the 'Watch later' page on youtube more compact and moves several of the buttons from a dropdown menu out to the page, saving a click every time you want to move or remove a video from the list.
Informasi Dasar Ekstensi
Nama | |
ID | daiklokgbmbpnjnjbikdmjjdpbednjnh |
URL Resmi | https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh |
Deskripsi | Cleans up the 'Watch later' list on youtube |
Ukuran File | 34.51 KB |
Jumlah Instalasi | 254 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2022-03-21 |
Tanggal Publikasi | 2021-05-16 |
Penilaian | 3.89/5 Total 9 Penilaian |
Pengembang | nikolajaaes |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better watch later", "description": "Cleans up the 'Watch later' list on youtube", "version": "1.4", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/playlist?list=WL" ], "css": [ "betterWatchLater.css" ], "js": [ "betterWatchLater.js" ] } ] } |