WCO Autoplay
Autoplay next episode on Watch Cartoon Online
什麼是WCO Autoplay?
WCO Autoplay是由Kory Schneider開發的Chrome擴展程式,該擴展的主要功能是“Autoplay next episode on Watch Cartoon Online”。
擴展截圖
下載WCO Autoplay擴展crx文件
下載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 |
官方網址 | 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 } |