iLoop: Youtube Loop Repeat Replay Part Video

Make auto loop, repeat, replay part of video easier on Youtube!

Что такое iLoop: Youtube Loop Repeat Replay Part Video?

iLoop: Youtube Loop Repeat Replay Part Video - это расширение Chrome, разработанное https://super1ha1.github.io, и его основная функция - "Make auto loop, repeat, replay part of video easier on Youtube!".

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

screenshot
screenshot

Скачать файл CRX расширения iLoop: Youtube Loop Repeat Replay Part Video

Скачайте файлы расширений iLoop: Youtube Loop Repeat Replay Part Video в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        ===============================
Whether you need it?
===============================
- You want to loop, repeat, replay part of the video on Youtube
- You need to manually click to repeat every time

- Then this extension is for you.
- This is a simple extension which adds a repeat button and a slider to easily select the repeat range.

===============================
How to use
===============================
- To On/Off repeat: toggle the repeat button
- To change the repeat range: use the slider or edit the start time, end time directly.

===============================
Available in
===============================
Chrome, Firefox, Edge                    

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

Название iLoop: Youtube Loop Repeat Replay Part Video iLoop: Youtube Loop Repeat Replay Part Video
ID aoebnamkmongkoloahpgjpokefagljkb
Официальный URL https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb
Описание Make auto loop, repeat, replay part of video easier on Youtube!
Размер файла 433 KB
Количество установок 2,229
Текущая Версия 1.1.0
Последнее Обновление 2022-08-03
Дата публикации 2019-12-25
Рейтинг 4.82/5 Всего 11 оценок
Разработчик https://super1ha1.github.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://super1ha1.github.io/
URL страницы помощи https://super1ha1.github.io/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iLoop: Youtube Loop Repeat Replay Part Video",
    "version": "1.1.0",
    "description": "Make auto loop, repeat, replay part of video easier on Youtube!",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/icons8-replay-48.png",
        "128": "images\/icons8-replay-128.png"
    },
    "manifest_version": 3,
    "background": [],
    "web_accessible_resources": [],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}