Video A-B Repeater

Video A-B Repeater

Что такое Video A-B Repeater?

Video A-B Repeater - это расширение Chrome, разработанное Kunihiro Ando, и его основная функция - "Video A-B Repeater".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Video A-B Repeater

Скачайте файлы расширений Video A-B Repeater в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Video A-B Repeater you will get a loop button upper a video player. After you play a video, video will repeat itself infinitely.

Two markers (A and B) can be placed at current playhead position when you need.


github
 https://github.com/kxkx5150/Video-A-B-Repeater                    

Основная информация о расширении

Название Video A-B Repeater Video A-B Repeater
ID klfkbocfdjgokanhbnblemllkfanadmp
Официальный URL https://chrome.google.com/webstore/detail/video-a-b-repeater/klfkbocfdjgokanhbnblemllkfanadmp
Описание Video A-B Repeater
Размер файла 36.71 KB
Количество установок 1,925
Текущая Версия 0.8
Последнее Обновление 2021-01-31
Дата публикации 2019-05-14
Рейтинг 4.71/5 Всего 7 оценок
Разработчик Kunihiro Ando
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video A-B Repeater",
    "description": "Video A-B Repeater",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.8"
}