Auto play next slide for Flyco
Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
Cos'è Auto play next slide for Flyco?
Auto play next slide for Flyco è un'estensione di Chrome sviluppata da crazydeveloper24, e la sua funzione principale è "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto play next slide for Flyco
Scarica i file di estensione Auto play next slide for Flyco in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Auto play next slide for Flyco |
ID | ldiempnpimnpcajlbggpabagnocfbfpj |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj |
Descrizione | Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly. |
Dimensione del File | 45.65 KB |
Conteggio Installazioni | 154 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-10-09 |
Data di Pubblicazione | 2020-08-23 |
Sviluppatore | crazydeveloper24 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.wingmanlog.in |
URL della Pagina di Aiuto | https://www.wingmanlog.in |
URL della Pagina della Politica sulla Privacy | https://www.wingmanlog.in/privacy-policy |
Lingue Supportate | 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 } |