Stop Youtube Autoplay
Stop Youtube Autoplay feature for Watch Later videos
Apa itu Stop Youtube Autoplay?
Stop Youtube Autoplay adalah ekstensi Chrome yang dikembangkan oleh memorizer.eecs, dan fitur utamanya adalah "Stop Youtube Autoplay feature for Watch Later videos".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stop Youtube Autoplay
Unduh file ekstensi Stop Youtube Autoplay 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
Extension to stop Youtube autoplay, specifically for your Watch Later list. - Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist. *Note: - currently only works for Watch Later list - currently only works if the selected video is opened in a new tab
Informasi Dasar Ekstensi
Nama | Stop Youtube Autoplay |
ID | igfflabimklppabjlnhhpmjmjmnbgcfl |
URL Resmi | https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl |
Deskripsi | Stop Youtube Autoplay feature for Watch Later videos |
Ukuran File | 29.79 KB |
Jumlah Instalasi | 108 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-02-25 |
Tanggal Publikasi | 2022-02-25 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | memorizer.eecs |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stop Youtube Autoplay", "description": "Stop Youtube Autoplay feature for Watch Later videos", "version": "1.0", "permissions": [ "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "icons": { "128": "images\/icon.png" }, "action": { "default_title": "Stop Youtube Autoplay", "default_popup": "popup.html", "default_icon": { "128": "images\/icon.png" } } } |