Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

Что такое Simple Youtube Repeater?

Simple Youtube Repeater - это расширение Chrome, разработанное kennethdevel, и его основная функция - "Simply click the repeat button to make the Youtube video automatically repeat.".

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

screenshot
screenshot

Скачать файл CRX расширения Simple Youtube Repeater

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

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

                        Simply click the repeat button to make the video automatically repeat.                    

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

Название Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
Официальный URL https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
Описание Simply click the repeat button to make the Youtube video automatically repeat.
Размер файла 15.46 KB
Количество установок 694
Текущая Версия 3.0
Последнее Обновление 2016-06-13
Дата публикации 2016-06-13
Рейтинг 4.29/5 Всего 7 оценок
Разработчик kennethdevel
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}