YouGenius
Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Was ist YouGenius?
YouGenius ist eine Chrome-Erweiterung, die von raphael.rouvinov entwickelt wurde, und ihr Hauptmerkmal ist "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".
Erweiterungsscreenshots
YouGenius-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouGenius-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bhhdjafmibffbkeepohbjknojlhnmlhm |
Offizielle URL | https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm |
Beschreibung | Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube. |
Dateigröße | 1.88 MB |
Installationsanzahl | 27 |
Aktuelle Version | 0.2 |
Letztes Update | 2014-11-23 |
Veröffentlichungsdatum | 2014-11-23 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | raphael.rouvinov |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://raphaelrk.com |
Hilfeseite URL | http://github.com/AndrewSB/YouGenius |
Unterstützte Sprachen | 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" } } |