Auto play next slide for Flyco
Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
什麼是Auto play next slide for Flyco?
Auto play next slide for Flyco是由crazydeveloper24開發的Chrome擴展程式,該擴展的主要功能是“Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.”。
擴展截圖
下載Auto play next slide for Flyco擴展crx文件
下載Auto play next slide for Flyco擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Auto play next slide for Flyco |
ID | ldiempnpimnpcajlbggpabagnocfbfpj |
官方網址 | https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj |
簡介 | Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly. |
檔案大小 | 45.65 KB |
安裝次數 | 154 |
目前版本 | 1.0 |
更新時間 | 2022-10-09 |
上架時間 | 2020-08-23 |
開發者 | crazydeveloper24 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.wingmanlog.in |
說明頁面URL | https://www.wingmanlog.in |
隱私政策頁面URL | https://www.wingmanlog.in/privacy-policy |
支援的語言 | 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 } |