WCO Autoplay

Autoplay next episode on Watch Cartoon Online

WCO Autoplay là gì?

WCO Autoplay là một tiện ích mở rộng Chrome được phát triển bởi Kory Schneider, và tính năng chính của nó là "Autoplay next episode on Watch Cartoon Online".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WCO Autoplay

Tải xuống các tệp mở rộng WCO Autoplay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WCO Autoplay WCO Autoplay
ID mcijhjlgoibajdhpiehdidmnbplidpef
URL Chính Thức https://chrome.google.com/webstore/detail/wco-autoplay/mcijhjlgoibajdhpiehdidmnbplidpef
Mô tả Autoplay next episode on Watch Cartoon Online
Kích Thước Tệp 4.79 KB
Số Lần Cài Đặt 386
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-10-23
Ngày Phát Hành 2021-09-08
Đánh Giá 3.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Kory Schneider
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}