YouGenius

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

Wat is YouGenius?

YouGenius is een Chrome-extensie ontwikkeld door raphael.rouvinov, en de belangrijkste functie is "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouGenius

Download YouGenius-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouGenius YouGenius
ID bhhdjafmibffbkeepohbjknojlhnmlhm
Officiële URL https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm
Beschrijving Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Bestandsgrootte 1.88 MB
Aantal Installaties 27
Huidige Versie 0.2
Laatst Bijgewerkt 2014-11-23
Publicatiedatum 2014-11-23
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar raphael.rouvinov
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://raphaelrk.com
Help Pagina-URL http://github.com/AndrewSB/YouGenius
Ondersteunde Talen 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"
    }
}