Auto play next slide for Flyco

Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.

Apa itu Auto play next slide for Flyco?

Auto play next slide for Flyco adalah ekstensi Chrome yang dikembangkan oleh crazydeveloper24, dan fitur utamanya adalah "Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto play next slide for Flyco

Unduh file ekstensi Auto play next slide for Flyco dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Auto play next slide for Flyco Auto play next slide for Flyco
ID ldiempnpimnpcajlbggpabagnocfbfpj
URL Resmi https://chromewebstore.google.com/detail/auto-play-next-slide-for/ldiempnpimnpcajlbggpabagnocfbfpj
Deskripsi Auto play the next flyco slide. Keep the slides playing continously without the need to click play repeatedly.
Ukuran File 45.65 KB
Jumlah Instalasi 154
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-10-09
Tanggal Publikasi 2020-08-23
Pengembang crazydeveloper24
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.wingmanlog.in
URL Halaman Bantuan https://www.wingmanlog.in
URL Halaman Kebijakan Privasi https://www.wingmanlog.in/privacy-policy
Bahasa yang Didukung 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
}