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」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 Kiss Autoplay Kiss Autoplay
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
Eメール [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
}