Live Hero

Rhythm game that attaches to videos.

Vad är Live Hero?

Live Hero är en Chrome-tillägg utvecklad av Polywocker, och dess huvudfunktion är "Rhythm game that attaches to videos.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Live Hero-förlängningens CRX-fil

Ladda ner Live Hero-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Live Hero Live Hero
ID ghjkdokfbcfehdfpconfebbmbclelmlj
Officiell webbadress https://chromewebstore.google.com/detail/live-hero/ghjkdokfbcfehdfpconfebbmbclelmlj
Beskrivning Rhythm game that attaches to videos.
Filstorlek 132 KB
Antal Installationer 357
Aktuell Version 2.6
Senast Uppdaterad 2020-01-15
Publiceringsdatum 2020-01-14
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare Polywocker
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}