YouGenius

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

What is YouGenius?

YouGenius is a Chrome extension developed by raphael.rouvinov, and its main feature is "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".

Extension Screenshots

screenshot

Download YouGenius Extension CRX File

Download YouGenius extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouGenius YouGenius
ID bhhdjafmibffbkeepohbjknojlhnmlhm
Official URL https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm
Description Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
File Size 1.88 MB
Installation Count 27
Current Version 0.2
Last Updated 2014-11-23
Publish Date 2014-11-23
Rating 1.00/5 Total 1 Ratings
Developer raphael.rouvinov
Email [email protected]
Payment Type free
Extension Website http://raphaelrk.com
Help Page URL http://github.com/AndrewSB/YouGenius
Supported Languages 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"
    }
}