WCO Autoplay
Autoplay next episode on Watch Cartoon Online
Wat is WCO Autoplay?
WCO Autoplay is een Chrome-extensie ontwikkeld door Kory Schneider, en de belangrijkste functie is "Autoplay next episode on Watch Cartoon Online".
Extensie Screenshots
Download het CRX-bestand van de extensie WCO Autoplay
Download WCO Autoplay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mcijhjlgoibajdhpiehdidmnbplidpef |
Officiële URL | https://chrome.google.com/webstore/detail/wco-autoplay/mcijhjlgoibajdhpiehdidmnbplidpef |
Beschrijving | Autoplay next episode on Watch Cartoon Online |
Bestandsgrootte | 4.79 KB |
Aantal Installaties | 386 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2022-10-23 |
Publicatiedatum | 2021-09-08 |
Beoordeling | 3.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Kory Schneider |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |