ytloop
Automatically replay the video in Youtube by default.
Что такое ytloop?
ytloop - это расширение Chrome, разработанное ikaflower, и его основная функция - "Automatically replay the video in Youtube by default.".
Снимки экрана расширения
Скачать файл CRX расширения ytloop
Скачайте файлы расширений ytloop в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip. Основная информация о расширении
| Название | |
| ID | elcnaihlaknobdaoafljjbpbdobaccpp |
| Официальный URL | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
| Описание | Automatically replay the video in Youtube by default. |
| Размер файла | 11.64 KB |
| Количество установок | 17 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2013-07-16 |
| Дата публикации | 2013-07-16 |
| Рейтинг | 3.00/5 Всего 1 оценок |
| Разработчик | ikaflower |
| Тип оплаты | free |
| Поддерживаемые языки | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ytloop",
"version": "1.0.2",
"description": "__MSG_appDesc__",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/www.youtube.com\/watch*"
],
"js": [
"ytloop.js"
]
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
}
} | |