Auto play next slide for Flyco
Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
Hvad er Auto play next slide for Flyco?
Auto play next slide for Flyco er en Chrome-udvidelse udviklet af crazydeveloper24, og dens hovedfunktion er "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.".
Udvidelsesskærmbilleder
Download Auto play next slide for Flyco-udvidelses-CRX-fil
Download Auto play next slide for Flyco-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Auto play next slide for Flyco |
ID | ldiempnpimnpcajlbggpabagnocfbfpj |
Officiel URL | https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj |
Beskrivelse | Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly. |
Filstørrelse | 45.65 KB |
Antal Installationer | 154 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-10-09 |
Udgivelsesdato | 2020-08-23 |
Udvikler | crazydeveloper24 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.wingmanlog.in |
Hjælpeside-URL | https://www.wingmanlog.in |
URL til Fortrolighedspolitik Side | https://www.wingmanlog.in/privacy-policy |
Understøttede Sprog | 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 } |