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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}