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
电子邮箱 [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"
    }
}