HaxClip

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

Apa itu HaxClip?

HaxClip adalah ekstensi Chrome yang dikembangkan oleh ovb.hfl, dan fitur utamanya adalah "It's time to record your best moves on Haxball!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi HaxClip

Unduh file ekstensi HaxClip 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

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

Informasi Dasar Ekstensi

Nama HaxClip HaxClip
ID fhdooeibldcjnddihendmeepmkfhabmc
URL Resmi https://chromewebstore.google.com/detail/haxclip/fhdooeibldcjnddihendmeepmkfhabmc
Deskripsi It's time to record your best moves on Haxball!
Ukuran File 99.15 KB
Jumlah Instalasi 27
Versi Saat Ini 1.01
Terakhir Diperbarui 2021-07-30
Tanggal Publikasi 2021-07-29
Pengembang ovb.hfl
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://haxclip.com
Bahasa yang Didukung 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\/*"
    ]
}