Auto play next slide for Flyco

Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.

Auto play next slide for Flyco क्या है?

Auto play next slide for Flyco crazydeveloper24 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly."।

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

screenshot

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

crx प्रारूप में Auto play next slide for Flyco एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Auto play the next Flyco slide. 

With the extension, your next slide will play automatically and you don't have to keep pressing the play next button every time a slide has finished playing. You can sit and watch all the slides at one go, without manually clicking the play button repeatedly                    

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

नाम Auto play next slide for Flyco Auto play next slide for Flyco
ID ldiempnpimnpcajlbggpabagnocfbfpj
आधिकारिक URL https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj
विवरण Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
फ़ाइल का आकार 45.65 KB
स्थापना संख्या 154
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-10-09
प्रकाशन तिथि 2020-08-23
डेवलपर crazydeveloper24
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.wingmanlog.in
सहायता पृष्ठ URL https://www.wingmanlog.in
गोपनीयता नीति पृष्ठ URL https://www.wingmanlog.in/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto play next slide for Flyco",
    "version": "1.0",
    "description": "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "play-button.png",
            "32": "play-button.png",
            "48": "play-button.png",
            "128": "play-button.png"
        }
    },
    "icons": {
        "16": "play-button.png",
        "32": "play-button.png",
        "48": "play-button.png",
        "128": "play-button.png"
    },
    "manifest_version": 2
}