WCO Autoplay
Autoplay next episode on Watch Cartoon Online
Qu'est-ce que WCO Autoplay ?
WCO Autoplay est une extension Chrome développée par Kory Schneider, et sa fonction principale est "Autoplay next episode on Watch Cartoon Online".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WCO Autoplay
Téléchargez les fichiers d'extension WCO Autoplay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mcijhjlgoibajdhpiehdidmnbplidpef |
URL Officiel | https://chrome.google.com/webstore/detail/wco-autoplay/mcijhjlgoibajdhpiehdidmnbplidpef |
Description | Autoplay next episode on Watch Cartoon Online |
Taille du Fichier | 4.79 KB |
Nombre d'Installations | 386 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-10-23 |
Date de Publication | 2021-09-08 |
Évaluation | 3.13/5 Total 8 Évaluations |
Développeur | Kory Schneider |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |