Live Hero

Rhythm game that attaches to videos.

Cos'è Live Hero?

Live Hero è un'estensione di Chrome sviluppata da Polywocker, e la sua funzione principale è "Rhythm game that attaches to videos.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Live Hero

Scarica i file di estensione Live Hero in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Live Hero Live Hero
ID ghjkdokfbcfehdfpconfebbmbclelmlj
URL Ufficiale https://chromewebstore.google.com/detail/live-hero/ghjkdokfbcfehdfpconfebbmbclelmlj
Descrizione Rhythm game that attaches to videos.
Dimensione del File 132 KB
Conteggio Installazioni 357
Versione Corrente 2.6
Ultimo Aggiornamento 2020-01-15
Data di Pubblicazione 2020-01-14
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore Polywocker
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}