THEHAX.PL

Automatic connecting with public rooms.

Apa itu THEHAX.PL?

THEHAX.PL adalah ekstensi Chrome yang dikembangkan oleh https://thehax.pl, dan fitur utamanya adalah "Automatic connecting with public rooms.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi THEHAX.PL

Unduh file ekstensi THEHAX.PL 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

                                            

Informasi Dasar Ekstensi

Nama THEHAX.PL THEHAX.PL
ID agjeeceknckhfaghdaecficmolololfc
URL Resmi https://chromewebstore.google.com/detail/thehaxpl/agjeeceknckhfaghdaecficmolololfc
Deskripsi Automatic connecting with public rooms.
Ukuran File 87.08 KB
Jumlah Instalasi 20
Versi Saat Ini 1.30
Terakhir Diperbarui 2018-07-09
Tanggal Publikasi 2018-07-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://thehax.pl
Tipe Pembayaran free
Bahasa yang Didukung en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "THEHAX.PL",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.30",
    "permissions": [
        "https:\/\/html5.haxball.com\/*",
        "https:\/\/haxball.com\/*",
        "http:\/\/thehax.pl\/*",
        "notifications"
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "org.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}