Kiss Autoplay

Automatically play the next episode on Kiss Cartoon and Kiss Anime

Kiss Autoplay क्या है?

Kiss Autoplay Rumudiez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically play the next episode on Kiss Cartoon and Kiss Anime"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kiss Autoplay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम 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
ईमेल [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
}