Castable KissCartoon
Makes KissCartoon usable with Chromecast
What is Castable KissCartoon?
Castable KissCartoon is a Chrome extension developed by Vladimir Iakovlev, and its main feature is "Makes KissCartoon usable with Chromecast".
Download Castable KissCartoon Extension CRX File
Download Castable KissCartoon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bjcojegodnfapkdbbnmohcpkfemnjpfj |
Official URL | https://chrome.google.com/webstore/detail/castable-kisscartoon/bjcojegodnfapkdbbnmohcpkfemnjpfj |
Description | Makes KissCartoon usable with Chromecast |
File Size | 6.74 KB |
Installation Count | 65 |
Current Version | 1.0 |
Last Updated | 2017-12-04 |
Publish Date | 2017-12-04 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Vladimir Iakovlev |
Payment Type | free |
Extension Website | https://github.com/nvbn/castable_kisscartoon |
Supported Languages | 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" } } |