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
}