Auto play next slide for Flyco
Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
O que é Auto play next slide for Flyco?
Auto play next slide for Flyco é uma extensão do Chrome desenvolvida por crazydeveloper24, e sua principal característica é "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto play next slide for Flyco
Baixe arquivos de extensão Auto play next slide for Flyco no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Auto play next slide for Flyco |
ID | ldiempnpimnpcajlbggpabagnocfbfpj |
URL Oficial | https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj |
Descrição | Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly. |
Tamanho do Arquivo | 45.65 KB |
Contagem de Instalações | 154 |
Versão Atual | 1.0 |
Última Atualização | 2022-10-09 |
Data de Publicação | 2020-08-23 |
Desenvolvedor | crazydeveloper24 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.wingmanlog.in |
URL da Página de Ajuda | https://www.wingmanlog.in |
URL da Página de Política de Privacidade | https://www.wingmanlog.in/privacy-policy |
Idiomas Suportados | 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 } |