YouGenius

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

Co je YouGenius?

YouGenius je rozšíření Chrome vyvinuté raphael.rouvinov, a jeho hlavní funkcí je „Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YouGenius

Stáhněte si soubory rozšíření YouGenius ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název YouGenius YouGenius
ID bhhdjafmibffbkeepohbjknojlhnmlhm
Oficiální URL https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm
Popis Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Velikost souboru 1.88 MB
Počet instalací 27
Aktuální Verze 0.2
Poslední Aktualizace 2014-11-23
Datum Vydání 2014-11-23
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář raphael.rouvinov
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://raphaelrk.com
URL Stránky Nápovědy http://github.com/AndrewSB/YouGenius
Podporované Jazyky 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"
    }
}