WCO Autoplay
Autoplay next episode on Watch Cartoon Online
O que é WCO Autoplay?
WCO Autoplay é uma extensão do Chrome desenvolvida por Kory Schneider, e sua principal característica é "Autoplay next episode on Watch Cartoon Online".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WCO Autoplay
Baixe arquivos de extensão WCO Autoplay no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mcijhjlgoibajdhpiehdidmnbplidpef |
URL Oficial | https://chrome.google.com/webstore/detail/wco-autoplay/mcijhjlgoibajdhpiehdidmnbplidpef |
Descrição | Autoplay next episode on Watch Cartoon Online |
Tamanho do Arquivo | 4.79 KB |
Contagem de Instalações | 386 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-10-23 |
Data de Publicação | 2021-09-08 |
Classificação | 3.13/5 Total de 8 Avaliações |
Desenvolvedor | Kory Schneider |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |