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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.wingmanlog.in
عنوان صفحة سياسة الخصوصية 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
}