YouGenius
Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Что такое YouGenius?
YouGenius - это расширение Chrome, разработанное raphael.rouvinov, и его основная функция - "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".
Снимки экрана расширения
Скачать файл CRX расширения YouGenius
Скачайте файлы расширений YouGenius в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.
Основная информация о расширении
Название | |
ID | bhhdjafmibffbkeepohbjknojlhnmlhm |
Официальный URL | https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm |
Описание | Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube. |
Размер файла | 1.88 MB |
Количество установок | 27 |
Текущая Версия | 0.2 |
Последнее Обновление | 2014-11-23 |
Дата публикации | 2014-11-23 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | raphael.rouvinov |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://raphaelrk.com |
URL страницы помощи | http://github.com/AndrewSB/YouGenius |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouGenius", "version": "0.2", "description": "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.", "icons": { "16": "images\/icon.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/github.com\/tunod\/YouGenius", "background": { "page": "background.html" }, "permissions": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/", "http:\/\/idontfuckwithu.herokuapp.com\/*", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "YouGenius", "default_popup": "popup.html" } } |