Auto play next slide for Flyco
Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
Wat is Auto play next slide for Flyco?
Auto play next slide for Flyco is een Chrome-extensie ontwikkeld door crazydeveloper24, en de belangrijkste functie is "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto play next slide for Flyco
Download Auto play next slide for Flyco-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Auto play next slide for Flyco |
ID | ldiempnpimnpcajlbggpabagnocfbfpj |
Officiële URL | https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj |
Beschrijving | Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly. |
Bestandsgrootte | 45.65 KB |
Aantal Installaties | 154 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-10-09 |
Publicatiedatum | 2020-08-23 |
Ontwikkelaar | crazydeveloper24 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.wingmanlog.in |
Help Pagina-URL | https://www.wingmanlog.in |
URL van de Privacybeleid Pagina | https://www.wingmanlog.in/privacy-policy |
Ondersteunde Talen | 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 } |