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
Eメール [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"
    }
}