YouGenius
Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Apa itu YouGenius?
YouGenius adalah ekstensi Chrome yang dikembangkan oleh raphael.rouvinov, dan fitur utamanya adalah "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouGenius
Unduh file ekstensi YouGenius dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.
Informasi Dasar Ekstensi
Nama | |
ID | bhhdjafmibffbkeepohbjknojlhnmlhm |
URL Resmi | https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm |
Deskripsi | Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube. |
Ukuran File | 1.88 MB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2014-11-23 |
Tanggal Publikasi | 2014-11-23 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | raphael.rouvinov |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://raphaelrk.com |
URL Halaman Bantuan | http://github.com/AndrewSB/YouGenius |
Bahasa yang Didukung | 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" } } |