Auto play next slide for Flyco

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

What is Auto play next slide for Flyco?

Auto play next slide for Flyco is a Chrome extension developed by crazydeveloper24, and its main feature is "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.".

Extension Screenshots

screenshot

Download Auto play next slide for Flyco Extension CRX File

Download Auto play next slide for Flyco extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Auto play next slide for Flyco Auto play next slide for Flyco
ID ldiempnpimnpcajlbggpabagnocfbfpj
Official URL https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj
Description Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
File Size 45.65 KB
Installation Count 154
Current Version 1.0
Last Updated 2022-10-09
Publish Date 2020-08-23
Developer crazydeveloper24
Email [email protected]
Payment Type free
Extension Website https://www.wingmanlog.in
Help Page URL https://www.wingmanlog.in
Privacy Policy Page URL https://www.wingmanlog.in/privacy-policy
Supported Languages 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
}