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 |
官方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 } |