HaxClip

It's time to record your best moves on Haxball!

HaxClipคืออะไร?

HaxClip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ovb.hfl และคุณลักษณะหลักของมันคือ "It's time to record your best moves on Haxball!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HaxClip

ดาวน์โหลดไฟล์ส่วนขยาย HaxClip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension allows you to make clips of your best moves by pressing your R key on Haxball!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HaxClip HaxClip
ID fhdooeibldcjnddihendmeepmkfhabmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/haxclip/fhdooeibldcjnddihendmeepmkfhabmc
คำอธิบาย It's time to record your best moves on Haxball!
ขนาดไฟล์ 99.15 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.01
อัปเดตครั้งล่าสุด 2021-07-30
วันที่เผยแพร่ 2021-07-29
ผู้พัฒนา ovb.hfl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://haxclip.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HaxClip",
    "version": "1.01",
    "description": "It's time to record your best moves on Haxball!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "website\/game.js"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.haxball.com\/*",
        "*:\/\/haxball.com\/*"
    ]
}