YouGenius
Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Hvad er YouGenius?
YouGenius er en Chrome-udvidelse udviklet af raphael.rouvinov, og dens hovedfunktion er "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".
Udvidelsesskærmbilleder
Download YouGenius-udvidelses-CRX-fil
Download YouGenius-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bhhdjafmibffbkeepohbjknojlhnmlhm |
Officiel URL | https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm |
Beskrivelse | Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube. |
Filstørrelse | 1.88 MB |
Antal Installationer | 27 |
Nuværende Version | 0.2 |
Senest Opdateret | 2014-11-23 |
Udgivelsesdato | 2014-11-23 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | raphael.rouvinov |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://raphaelrk.com |
Hjælpeside-URL | http://github.com/AndrewSB/YouGenius |
Understøttede Sprog | 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" } } |