YouGenius
Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Vad är YouGenius?
YouGenius är en Chrome-tillägg utvecklad av raphael.rouvinov, och dess huvudfunktion är "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".
Tilläggsskärmbilder
Ladda ner YouGenius-förlängningens CRX-fil
Ladda ner YouGenius-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.
Grundläggande Information om Tillägg
Namn | |
ID | bhhdjafmibffbkeepohbjknojlhnmlhm |
Officiell webbadress | https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm |
Beskrivning | Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube. |
Filstorlek | 1.88 MB |
Antal Installationer | 27 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2014-11-23 |
Publiceringsdatum | 2014-11-23 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | raphael.rouvinov |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://raphaelrk.com |
Hjälpsida URL | http://github.com/AndrewSB/YouGenius |
Stödda Språk | 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" } } |