Youtube Repeater
Repeat Youtube Videos that you like
Что такое Youtube Repeater?
Youtube Repeater - это расширение Chrome, разработанное https://stni.pw, и его основная функция - "Repeat Youtube Videos that you like".
Снимки экрана расширения
Скачать файл CRX расширения Youtube Repeater
Скачайте файлы расширений Youtube Repeater в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Repeat Youtube videos, songs, music that you like. A Shitian Ni Project
Основная информация о расширении
Название | Youtube Repeater |
ID | dkeedaojkelgaofemnoejkeiklkjkbco |
Официальный URL | https://chromewebstore.google.com/detail/youtube-repeater/dkeedaojkelgaofemnoejkeiklkjkbco |
Описание | Repeat Youtube Videos that you like |
Размер файла | 43.76 KB |
Количество установок | 217 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2016-06-05 |
Дата публикации | 2016-06-05 |
Рейтинг | 2.80/5 Всего 5 оценок |
Разработчик | https://stni.pw |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Repeater", "short_name": "You-Re", "version": "1.0.3", "manifest_version": 2, "description": "Repeat Youtube Videos that you like", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtu.be\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtu.be\/*" ], "js": [ "jquery.min.js", "content.js" ] } ] } |