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
官方網址 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"
    }
}