Kiss Autoplay
Automatically play the next episode on Kiss Cartoon and Kiss Anime
什麼是Kiss Autoplay?
Kiss Autoplay是由Rumudiez開發的Chrome擴展程式,該擴展的主要功能是“Automatically play the next episode on Kiss Cartoon and Kiss Anime”。
擴展截圖
下載Kiss Autoplay擴展crx文件
下載Kiss Autoplay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | bmfphlbndpkiefdcmdlindnnkpgiiggi |
官方網址 | https://chrome.google.com/webstore/detail/kiss-autoplay/bmfphlbndpkiefdcmdlindnnkpgiiggi |
簡介 | Automatically play the next episode on Kiss Cartoon and Kiss Anime |
檔案大小 | 3.99 KB |
安裝次數 | 407 |
目前版本 | 1.2.0 |
更新時間 | 2017-10-22 |
上架時間 | 2017-10-22 |
評分 | 1.85/5 共 13 次評分 |
開發者 | Rumudiez |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |