YouGenius

Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.

Co to jest YouGenius?

YouGenius to rozszerzenie Chrome opracowane przez raphael.rouvinov, a jego główną funkcją jest „Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouGenius

Pobierz pliki rozszerzeń YouGenius w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouGenius YouGenius
ID bhhdjafmibffbkeepohbjknojlhnmlhm
Oficjalny URL https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm
Opis Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Rozmiar pliku 1.88 MB
Liczba instalacji 27
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-11-23
Data Publikacji 2014-11-23
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper raphael.rouvinov
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://raphaelrk.com
Adres URL Strony Pomocy http://github.com/AndrewSB/YouGenius
Obsługiwane Języki 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"
    }
}