Kiss Autoplay
Automatically play the next episode on Kiss Cartoon and Kiss Anime
Cos'è Kiss Autoplay?
Kiss Autoplay è un'estensione di Chrome sviluppata da Rumudiez, e la sua funzione principale è "Automatically play the next episode on Kiss Cartoon and Kiss Anime".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kiss Autoplay
Scarica i file di estensione Kiss Autoplay 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
Simply start up your favorite show on KissCartoon or KissAnime and watch it never stop. This extension includes automatic full screen and plays well both with and without adblockers. You can exit and re-enter fullscreen by pressing escape any time. Regularly updated with the latest changes to the Kiss video services. 1.1.0: Fixed compatibility issues with latest Kiss* update 1.1.2: Automatically select another server if the current one is unplayable and hide the scrollbars on certain systems 1.2.0: Updated automatic server selection and added support to automatically dismiss obstructing UI elements
Informazioni di Base sull'Estensione
Nome | |
ID | bmfphlbndpkiefdcmdlindnnkpgiiggi |
URL Ufficiale | https://chrome.google.com/webstore/detail/kiss-autoplay/bmfphlbndpkiefdcmdlindnnkpgiiggi |
Descrizione | Automatically play the next episode on Kiss Cartoon and Kiss Anime |
Dimensione del File | 3.99 KB |
Conteggio Installazioni | 407 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2017-10-22 |
Data di Pubblicazione | 2017-10-22 |
Valutazione | 1.85/5 Totale 13 Valutazioni |
Sviluppatore | Rumudiez |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kiss Autoplay", "description": "Automatically play the next episode on Kiss Cartoon and Kiss Anime", "version": "1.2.0", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/kisscartoon.me\/*", "https:\/\/kisscartoon.me\/*", "http:\/\/kisscartoon.se\/*", "https:\/\/kisscartoon.se\/*", "http:\/\/kisscartoon.io\/*", "https:\/\/kisscartoon.io\/*", "http:\/\/kisscartoon.so\/*", "https:\/\/kisscartoon.so\/*", "http:\/\/kisscartoon.es\/*", "https:\/\/kisscartoon.es\/*", "http:\/\/kissanime.to\/*", "https:\/\/kissanime.to\/*", "http:\/\/kissanime.io\/*", "https:\/\/kissanime.io\/*", "http:\/\/kissanime.ru\/*", "https:\/\/kissanime.ru\/*", "http:\/\/kissanime.io\/*", "https:\/\/kissanime.io\/*" ], "css": [], "js": [ "autoplay.js" ] } ], "manifest_version": 2 } |