Castable KissCartoon
Makes KissCartoon usable with Chromecast
Cos'è Castable KissCartoon?
Castable KissCartoon è un'estensione di Chrome sviluppata da Vladimir Iakovlev, e la sua funzione principale è "Makes KissCartoon usable with Chromecast".
Scarica il file CRX dell'estensione Castable KissCartoon
Scarica i file di estensione Castable KissCartoon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bjcojegodnfapkdbbnmohcpkfemnjpfj |
URL Ufficiale | https://chrome.google.com/webstore/detail/castable-kisscartoon/bjcojegodnfapkdbbnmohcpkfemnjpfj |
Descrizione | Makes KissCartoon usable with Chromecast |
Dimensione del File | 6.74 KB |
Conteggio Installazioni | 65 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-12-04 |
Data di Pubblicazione | 2017-12-04 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Vladimir Iakovlev |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nvbn/castable_kisscartoon |
Lingue Supportate | 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" } } |