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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย crazydeveloper24 และคุณลักษณะหลักของมันคือ "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto play next slide for Flyco

ดาวน์โหลดไฟล์ส่วนขยาย 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 Auto play next slide for Flyco
ID ldiempnpimnpcajlbggpabagnocfbfpj
URL อย่างเป็นทางการ 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
}