Castable KissCartoon

Makes KissCartoon usable with Chromecast

Was ist Castable KissCartoon?

Castable KissCartoon ist eine Chrome-Erweiterung, die von Vladimir Iakovlev entwickelt wurde, und ihr Hauptmerkmal ist "Makes KissCartoon usable with Chromecast".

Castable KissCartoon-Erweiterungs-CRX-Datei herunterladen

Laden Sie Castable KissCartoon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Castable KissCartoon Castable KissCartoon
ID bjcojegodnfapkdbbnmohcpkfemnjpfj
Offizielle URL https://chrome.google.com/webstore/detail/castable-kisscartoon/bjcojegodnfapkdbbnmohcpkfemnjpfj
Beschreibung Makes KissCartoon usable with Chromecast
Dateigröße 6.74 KB
Installationsanzahl 65
Aktuelle Version 1.0
Letztes Update 2017-12-04
Veröffentlichungsdatum 2017-12-04
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Vladimir Iakovlev
Zahlungsart free
Erweiterungswebsite https://github.com/nvbn/castable_kisscartoon
Unterstützte Sprachen 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"
    }
}