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
Eメール [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
}