YouTube NonStop
Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
Apa itu YouTube NonStop?
YouTube NonStop adalah ekstensi Chrome yang dikembangkan oleh lawfx, dan fitur utamanya adalah "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube NonStop
Unduh file ekstensi YouTube NonStop 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
***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.*** Working on YouTube and YouTube Music! Media Keys supported! Untested (but should work) when: Video is in fullscreen, Video is in miniplayer. If you have any problems, don't hesitate to drop me an email. :)
Informasi Dasar Ekstensi
Nama | YouTube NonStop |
ID | nlkaejimjacpillmajjnopmpbkbnocid |
URL Resmi | https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid |
Deskripsi | Kiss the annoying "Video paused. Continue watching?" confirmation goodbye! |
Ukuran File | 76.16 KB |
Jumlah Instalasi | 728,552 |
Versi Saat Ini | 0.9.2 |
Terakhir Diperbarui | 2023-10-30 |
Tanggal Publikasi | 2020-05-14 |
Penilaian | 3.47/5 Total 941 Penilaian |
Pengembang | lawfx |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/lawfx/YoutubeNonStop |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube NonStop", "short_name": "YT NonStop", "version": "0.9.2", "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!", "web_accessible_resources": [ { "resources": [ "autoconfirm.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" } }, "icons": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" }, "manifest_version": 3 } |