Auto play next slide for Flyco

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

Vad är Auto play next slide for Flyco?

Auto play next slide for Flyco är en Chrome-tillägg utvecklad av crazydeveloper24, och dess huvudfunktion är "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.".

Tilläggsskärmbilder

screenshot

Ladda ner Auto play next slide for Flyco-förlängningens CRX-fil

Ladda ner Auto play next slide for Flyco-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Auto play next slide for Flyco Auto play next slide for Flyco
ID ldiempnpimnpcajlbggpabagnocfbfpj
Officiell webbadress https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj
Beskrivning Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
Filstorlek 45.65 KB
Antal Installationer 154
Aktuell Version 1.0
Senast Uppdaterad 2022-10-09
Publiceringsdatum 2020-08-23
Utvecklare crazydeveloper24
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.wingmanlog.in
Hjälpsida URL https://www.wingmanlog.in
URL till Sekretesspolicy Sidan https://www.wingmanlog.in/privacy-policy
Stödda Språk 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
}