Auto play next slide for Flyco

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

Was ist Auto play next slide for Flyco?

Auto play next slide for Flyco ist eine Chrome-Erweiterung, die von crazydeveloper24 entwickelt wurde, und ihr Hauptmerkmal ist "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.".

Erweiterungsscreenshots

screenshot

Auto play next slide for Flyco-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto play next slide for Flyco-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Auto play next slide for Flyco Auto play next slide for Flyco
ID ldiempnpimnpcajlbggpabagnocfbfpj
Offizielle URL https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj
Beschreibung Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
Dateigröße 45.65 KB
Installationsanzahl 154
Aktuelle Version 1.0
Letztes Update 2022-10-09
Veröffentlichungsdatum 2020-08-23
Entwickler crazydeveloper24
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.wingmanlog.in
Hilfeseite URL https://www.wingmanlog.in
URL der Datenschutzrichtlinien-Seite https://www.wingmanlog.in/privacy-policy
Unterstützte Sprachen 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
}