Live Hero

Rhythm game that attaches to videos.

Apa itu Live Hero?

Live Hero adalah ekstensi Chrome yang dikembangkan oleh Polywocker, dan fitur utamanya adalah "Rhythm game that attaches to videos.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Live Hero

Unduh file ekstensi Live Hero dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Live Hero Live Hero
ID ghjkdokfbcfehdfpconfebbmbclelmlj
URL Resmi https://chromewebstore.google.com/detail/live-hero/ghjkdokfbcfehdfpconfebbmbclelmlj
Deskripsi Rhythm game that attaches to videos.
Ukuran File 132 KB
Jumlah Instalasi 357
Versi Saat Ini 2.6
Terakhir Diperbarui 2020-01-15
Tanggal Publikasi 2020-01-14
Penilaian 4.25/5 Total 4 Penilaian
Pengembang Polywocker
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}