Live Hero

Rhythm game that attaches to videos.

What is Live Hero?

Live Hero is a Chrome extension developed by Polywocker, and its main feature is "Rhythm game that attaches to videos.".

Extension Screenshots

screenshot
screenshot

Download Live Hero Extension CRX File

Download Live Hero extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Live Hero Live Hero
ID ghjkdokfbcfehdfpconfebbmbclelmlj
Official URL https://chromewebstore.google.com/detail/live-hero/ghjkdokfbcfehdfpconfebbmbclelmlj
Description Rhythm game that attaches to videos.
File Size 132 KB
Installation Count 357
Current Version 2.6
Last Updated 2020-01-15
Publish Date 2020-01-14
Rating 4.25/5 Total 4 Ratings
Developer Polywocker
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}