Auto play next slide for Flyco

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

Qu'est-ce que Auto play next slide for Flyco ?

Auto play next slide for Flyco est une extension Chrome développée par crazydeveloper24, et sa fonction principale est "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto play next slide for Flyco

Téléchargez les fichiers d'extension Auto play next slide for Flyco au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Auto play next slide for Flyco Auto play next slide for Flyco
ID ldiempnpimnpcajlbggpabagnocfbfpj
URL Officiel 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.
Taille du Fichier 45.65 KB
Nombre d'Installations 154
Version Actuelle 1.0
Dernière Mise à Jour 2022-10-09
Date de Publication 2020-08-23
Développeur crazydeveloper24
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.wingmanlog.in
URL de la Page d'Aide https://www.wingmanlog.in
URL de la Page de Politique de Confidentialité https://www.wingmanlog.in/privacy-policy
Langues Prises en Charge 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
}