YouTube Auto-Repeat

An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.

Что такое YouTube Auto-Repeat?

YouTube Auto-Repeat - это расширение Chrome, разработанное Matei Oprea, и его основная функция - "An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.".

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

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

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

                                            

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

Название YouTube Auto-Repeat YouTube Auto-Repeat
ID omdpcjbpfcmfmdfnppkmfjoclkhmgada
Официальный URL https://chrome.google.com/webstore/detail/youtube-auto-repeat/omdpcjbpfcmfmdfnppkmfjoclkhmgada
Описание An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.
Размер файла 20.17 KB
Количество установок 72
Текущая Версия 0.0.2
Последнее Обновление 2017-06-11
Дата публикации 2017-06-11
Рейтинг 3.47/5 Всего 15 оценок
Разработчик Matei Oprea
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Auto-Repeat",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "An extension that allows you to set repeat intervals on youtube. You can repeat one\/infinity.",
    "homepage_url": "http:\/\/opreamatei.ro",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png"
    },
    "permissions": [
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/refresh.png",
        "icons\/refresh_white.png",
        "icons\/refresh_white_1.png",
        "icons\/refresh_white_infinity.png"
    ]
}