Haxball Room Search

This Extension adds the functionality to search in the room list in haxball

Apa itu Haxball Room Search?

Haxball Room Search adalah ekstensi Chrome yang dikembangkan oleh Raamyy, dan fitur utamanya adalah "This Extension adds the functionality to search in the room list in haxball".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Haxball Room Search

Unduh file ekstensi Haxball Room Search 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 adds the functionality to search in the room list in haxball                    

Informasi Dasar Ekstensi

Nama Haxball Room Search Haxball Room Search
ID dcmlehbkbddnepmdlajdboikmbjadfpi
URL Resmi https://chromewebstore.google.com/detail/haxball-room-search/dcmlehbkbddnepmdlajdboikmbjadfpi
Deskripsi This Extension adds the functionality to search in the room list in haxball
Ukuran File 3.83 KB
Jumlah Instalasi 90
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2019-04-19
Tanggal Publikasi 2019-04-19
Pengembang Raamyy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Haxball Room Search",
    "version": "0.1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.haxball.com\/play",
                "https:\/\/*.haxball.com\/play"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}