Smart Repeat
Repeat YouTube videos from any point in time
Что такое Smart Repeat?
Smart Repeat - это расширение Chrome, разработанное OldGen Software, и его основная функция - "Repeat YouTube videos from any point in time".
Скачать файл CRX расширения Smart Repeat
Скачайте файлы расширений Smart Repeat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You can repeat youtube from any point in time. :D
Основная информация о расширении
Название | |
ID | cbafpldbkgamhfbggmdnjfmglcjaeldb |
Официальный URL | https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb |
Описание | Repeat YouTube videos from any point in time |
Размер файла | 18.32 KB |
Количество установок | 25 |
Текущая Версия | 1.33.7 |
Последнее Обновление | 2013-08-07 |
Дата публикации | 2013-08-07 |
Рейтинг | 1.00/5 Всего 2 оценок |
Разработчик | OldGen Software |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Repeat", "content_scripts": [ { "js": [ "smartrepeat.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "description": "Repeat YouTube videos from any point in time", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "1.33.7", "manifest_version": 2 } |