Castable KissCartoon

Makes KissCartoon usable with Chromecast

Qu'est-ce que Castable KissCartoon ?

Castable KissCartoon est une extension Chrome développée par Vladimir Iakovlev, et sa fonction principale est "Makes KissCartoon usable with Chromecast".

Télécharger le fichier CRX de l'extension Castable KissCartoon

Téléchargez les fichiers d'extension Castable KissCartoon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Castable KissCartoon Castable KissCartoon
ID bjcojegodnfapkdbbnmohcpkfemnjpfj
URL Officiel https://chrome.google.com/webstore/detail/castable-kisscartoon/bjcojegodnfapkdbbnmohcpkfemnjpfj
Description Makes KissCartoon usable with Chromecast
Taille du Fichier 6.74 KB
Nombre d'Installations 65
Version Actuelle 1.0
Dernière Mise à Jour 2017-12-04
Date de Publication 2017-12-04
Évaluation 1.00/5 Total 1 Évaluations
Développeur Vladimir Iakovlev
Type de Paiement free
Site Web de l'Extension https://github.com/nvbn/castable_kisscartoon
Langues Prises en Charge 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"
    }
}