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开发的Chrome扩展程序,该扩展的主要功能是“Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.”。

扩展截图

screenshot

下载Auto play next slide for Flyco扩展crx文件

下载Auto play next slide for Flyco扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}