Castable KissCartoon
Makes KissCartoon usable with Chromecast
什么是Castable KissCartoon?
Castable KissCartoon是由Vladimir Iakovlev开发的Chrome扩展程序,该扩展的主要功能是“Makes KissCartoon usable with Chromecast”。
下载Castable KissCartoon扩展crx文件
下载Castable KissCartoon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bjcojegodnfapkdbbnmohcpkfemnjpfj |
官方URL | https://chrome.google.com/webstore/detail/castable-kisscartoon/bjcojegodnfapkdbbnmohcpkfemnjpfj |
简介 | Makes KissCartoon usable with Chromecast |
文件大小 | 6.74 KB |
安装次数 | 65 |
当前版本 | 1.0 |
更新时间 | 2017-12-04 |
上架时间 | 2017-12-04 |
评分 | 1.00/5 共1次评分 |
开发者 | Vladimir Iakovlev |
付费类型 | free |
扩展官网 | https://github.com/nvbn/castable_kisscartoon |
支持的语言 | 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" } } |