Castable KissCartoon

Makes KissCartoon usable with Chromecast

Wat is Castable KissCartoon?

Castable KissCartoon is een Chrome-extensie ontwikkeld door Vladimir Iakovlev, en de belangrijkste functie is "Makes KissCartoon usable with Chromecast".

Download het CRX-bestand van de extensie Castable KissCartoon

Download Castable KissCartoon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Castable KissCartoon Castable KissCartoon
ID bjcojegodnfapkdbbnmohcpkfemnjpfj
Officiële URL https://chrome.google.com/webstore/detail/castable-kisscartoon/bjcojegodnfapkdbbnmohcpkfemnjpfj
Beschrijving Makes KissCartoon usable with Chromecast
Bestandsgrootte 6.74 KB
Aantal Installaties 65
Huidige Versie 1.0
Laatst Bijgewerkt 2017-12-04
Publicatiedatum 2017-12-04
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Vladimir Iakovlev
Betalingswijze free
Extensiewebsite https://github.com/nvbn/castable_kisscartoon
Ondersteunde Talen 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"
    }
}