YouGenius

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

Qu'est-ce que YouGenius ?

YouGenius est une extension Chrome développée par raphael.rouvinov, et sa fonction principale est "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouGenius

Téléchargez les fichiers d'extension YouGenius au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YouGenius YouGenius
ID bhhdjafmibffbkeepohbjknojlhnmlhm
URL Officiel 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.
Taille du Fichier 1.88 MB
Nombre d'Installations 27
Version Actuelle 0.2
Dernière Mise à Jour 2014-11-23
Date de Publication 2014-11-23
Évaluation 1.00/5 Total 1 Évaluations
Développeur raphael.rouvinov
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://raphaelrk.com
URL de la Page d'Aide http://github.com/AndrewSB/YouGenius
Langues Prises en Charge 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"
    }
}