WCO Autoplay

Autoplay next episode on Watch Cartoon Online

WCO Autoplayとは何ですか?

WCO AutoplayはKory Schneiderによって開発されたChromeの拡張機能で、その主な機能は「Autoplay next episode on Watch Cartoon Online」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 WCO Autoplay WCO Autoplay
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
Eメール [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
}