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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } |