Live Hero

Rhythm game that attaches to videos.

Qu'est-ce que Live Hero ?

Live Hero est une extension Chrome développée par Polywocker, et sa fonction principale est "Rhythm game that attaches to videos.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Live Hero

Téléchargez les fichiers d'extension Live Hero au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Live Hero Live Hero
ID ghjkdokfbcfehdfpconfebbmbclelmlj
URL Officiel https://chromewebstore.google.com/detail/live-hero/ghjkdokfbcfehdfpconfebbmbclelmlj
Description Rhythm game that attaches to videos.
Taille du Fichier 132 KB
Nombre d'Installations 357
Version Actuelle 2.6
Dernière Mise à Jour 2020-01-15
Date de Publication 2020-01-14
Évaluation 4.25/5 Total 4 Évaluations
Développeur Polywocker
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}