YT Repeat

Repeats YouTube videos.

Что такое YT Repeat?

YT Repeat - это расширение Chrome, разработанное https://antimatter15.com, и его основная функция - "Repeats YouTube videos.".

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

screenshot

Скачать файл CRX расширения YT Repeat

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

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

                        Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.                    

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

Название YT Repeat YT Repeat
ID piicimoiaiblachamdicgngccadhlecl
Официальный URL https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl
Описание Repeats YouTube videos.
Размер файла 31.72 KB
Количество установок 2,846
Текущая Версия 1.0.3
Последнее Обновление 2014-08-20
Дата публикации 2014-08-19
Рейтинг 4.13/5 Всего 89 оценок
Разработчик https://antimatter15.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://twitter.com/antimatter15
URL страницы помощи http://twitter.com/antimatter15
URL страницы политики конфиденциальности http://projectnaptha.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Repeat",
    "version": "1.0.3",
    "description": "Repeats YouTube videos.",
    "icons": {
        "16": "icons\/16.png",
        "22": "icons\/22.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}