WCO Autoplay
Autoplay next episode on Watch Cartoon Online
Apa itu WCO Autoplay?
WCO Autoplay adalah ekstensi Chrome yang dikembangkan oleh Kory Schneider, dan fitur utamanya adalah "Autoplay next episode on Watch Cartoon Online".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WCO Autoplay
Unduh file ekstensi WCO 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
With this extension, on Watch Cartoon Online the next episode in the series will automatically start playing after the current video ends. Due to API limitations, the extension cannot automatically fullscreen the video player. Instead, styling is applied to make the video take up the entire viewport, so putting your browser in fullscreen mode will make the video fullscreen.
Informasi Dasar Ekstensi
Nama | |
ID | mcijhjlgoibajdhpiehdidmnbplidpef |
URL Resmi | https://chrome.google.com/webstore/detail/wco-autoplay/mcijhjlgoibajdhpiehdidmnbplidpef |
Deskripsi | Autoplay next episode on Watch Cartoon Online |
Ukuran File | 4.79 KB |
Jumlah Instalasi | 386 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-10-23 |
Tanggal Publikasi | 2021-09-08 |
Penilaian | 3.13/5 Total 8 Penilaian |
Pengembang | Kory Schneider |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WCO Autoplay", "description": "Autoplay next episode on Watch Cartoon Online", "version": "1.0.2", "action": { "default_icon": { "32": "icons\/icon32.png" }, "default_title": "WatchCartoonOnline Autoplay" }, "icons": { "32": "icons\/icon32.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.wcofun.net\/*" ], "js": [ "autoplay.js" ], "css": [ "fullscreen.css" ], "run_at": "document_idle", "all_frames": true } ], "host_permissions": [ "https:\/\/*.wcofun.net\/*" ], "manifest_version": 3 } |