WCO Autoplay
Autoplay next episode on Watch Cartoon Online
WCO Autoplayคืออะไร?
WCO Autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kory Schneider และคุณลักษณะหลักของมันคือ "Autoplay next episode on Watch Cartoon Online"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WCO Autoplay
ดาวน์โหลดไฟล์ส่วนขยาย WCO Autoplay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mcijhjlgoibajdhpiehdidmnbplidpef |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wco-autoplay/mcijhjlgoibajdhpiehdidmnbplidpef |
คำอธิบาย | Autoplay next episode on Watch Cartoon Online |
ขนาดไฟล์ | 4.79 KB |
จำนวนการติดตั้ง | 386 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-10-23 |
วันที่เผยแพร่ | 2021-09-08 |
คะแนน | 3.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Kory Schneider |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |