YouGenius

Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.

什么是YouGenius?

YouGenius是由raphael.rouvinov开发的Chrome扩展程序,该扩展的主要功能是“Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.”。

扩展截图

screenshot

下载YouGenius扩展crx文件

下载YouGenius扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.                    

扩展基本信息

名称 YouGenius YouGenius
ID bhhdjafmibffbkeepohbjknojlhnmlhm
官方URL https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm
简介 Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
文件大小 1.88 MB
安装次数 27
当前版本 0.2
更新时间 2014-11-23
上架时间 2014-11-23
评分 1.00/5 共1次评分
开发者 raphael.rouvinov
电子邮箱 [email protected]
付费类型 free
扩展官网 http://raphaelrk.com
帮助页面URL http://github.com/AndrewSB/YouGenius
支持的语言 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"
    }
}