YouGenius
Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
YouGenius là gì?
YouGenius là một tiện ích mở rộng Chrome được phát triển bởi raphael.rouvinov, và tính năng chính của nó là "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouGenius
Tải xuống các tệp mở rộng YouGenius dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bhhdjafmibffbkeepohbjknojlhnmlhm |
URL Chính Thức | https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm |
Mô tả | Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube. |
Kích Thước Tệp | 1.88 MB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2014-11-23 |
Ngày Phát Hành | 2014-11-23 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | raphael.rouvinov |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://raphaelrk.com |
URL Trang Trợ Giúp | http://github.com/AndrewSB/YouGenius |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |