Live Hero

Rhythm game that attaches to videos.

ما هو Live Hero؟

Live Hero هو إضافة Chrome تم تطويرها بواسطة Polywocker، والميزة الرئيسية لها هي "Rhythm game that attaches to videos.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Live Hero

قم بتنزيل ملفات الامتداد Live Hero بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Live Hero Live Hero
ID ghjkdokfbcfehdfpconfebbmbclelmlj
عنوان URL الرسمي https://chromewebstore.google.com/detail/live-hero/ghjkdokfbcfehdfpconfebbmbclelmlj
الوصف Rhythm game that attaches to videos.
حجم الملف 132 KB
عدد التثبيتات 357
النسخة الحالية 2.6
آخر تحديث 2020-01-15
تاريخ النشر 2020-01-14
تقييم 4.25/5 مجموع تقييمات 4
المطور Polywocker
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}