Youtube - Remove watched fixer
Actually remove watched Youtube videos from the Watch Later playlist
Apa itu Youtube - Remove watched fixer?
Youtube - Remove watched fixer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Actually remove watched Youtube videos from the Watch Later playlist".
Unduh Berkas CRX Ekstensi Youtube - Remove watched fixer
Unduh file ekstensi Youtube - Remove watched fixer 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
For many people, the "Remove watched" button in Youtube's "Watch later" playlist doesn't work. This extension replaces that button with a workaround.
Informasi Dasar Ekstensi
Nama | Youtube - Remove watched fixer |
ID | bnmbkjfobcamomnepifeoehjbgodldpc |
URL Resmi | https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc |
Deskripsi | Actually remove watched Youtube videos from the Watch Later playlist |
Ukuran File | 37.31 KB |
Jumlah Instalasi | 369 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2016-02-09 |
Tanggal Publikasi | 2016-02-09 |
Penilaian | 3.77/5 Total 13 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube - Remove watched fixer", "version": "0.0.1", "manifest_version": 2, "description": "Actually remove watched Youtube videos from the Watch Later playlist", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/playlist?list=WL" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "run_at": "document_end" } ] } |