Castable KissCartoon

Makes KissCartoon usable with Chromecast

Castable KissCartoon là gì?

Castable KissCartoon là một tiện ích mở rộng Chrome được phát triển bởi Vladimir Iakovlev, và tính năng chính của nó là "Makes KissCartoon usable with Chromecast".

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

Tải xuống các tệp mở rộng Castable KissCartoon 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

                        Chrome extension that makes KissCartoon usable with Chromecast, but apparently makes it worse without Chromecast.

The only feature is autoplay of the next episode in "fullscreen" on Chromecast. It can't be disabled and it's not a real fullscreen in the browser.

You can leave "fullscreen" by pressing Esc.                    

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

Tên Castable KissCartoon Castable KissCartoon
ID bjcojegodnfapkdbbnmohcpkfemnjpfj
URL Chính Thức https://chrome.google.com/webstore/detail/castable-kisscartoon/bjcojegodnfapkdbbnmohcpkfemnjpfj
Mô tả Makes KissCartoon usable with Chromecast
Kích Thước Tệp 6.74 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-12-04
Ngày Phát Hành 2017-12-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Vladimir Iakovlev
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nvbn/castable_kisscartoon
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Castable KissCartoon",
    "description": "Makes KissCartoon usable with Chromecast",
    "version": "1.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/kisscartoon.es\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/kisscartoon.es\/*"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "128": "icons\/icon_128.png"
    }
}