Live Hero

Rhythm game that attaches to videos.

Live Heroとは何ですか?

Live HeroはPolywockerによって開発されたChromeの拡張機能で、その主な機能は「Rhythm game that attaches to videos.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Live Hero拡張機能のCRXファイルをダウンロード

Live Hero拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A rhythm game that attaches to HTML videos including Youtube, etc. If you're a fan of games like Guitar Hero and Clone Hero. This is the extension for you.                    

拡張機能の基本情報

名前 Live Hero Live Hero
ID ghjkdokfbcfehdfpconfebbmbclelmlj
公式URL https://chromewebstore.google.com/detail/live-hero/ghjkdokfbcfehdfpconfebbmbclelmlj
説明 Rhythm game that attaches to videos.
ファイルサイズ 132 KB
インストール数 357
現在のバージョン 2.6
最終更新日 2020-01-15
公開日 2020-01-14
評価 4.25/5 合計 4 レビュー
開発者 Polywocker
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live Hero",
    "version": "2.6",
    "description": "Rhythm game that attaches to videos.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persist": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    }
}