HaxBall Emoji Hotkeys
Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…
Apa itu HaxBall Emoji Hotkeys?
HaxBall Emoji Hotkeys adalah ekstensi Chrome yang dikembangkan oleh jakjus, dan fitur utamanya adalah "Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HaxBall Emoji Hotkeys
Unduh file ekstensi HaxBall Emoji Hotkeys 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
Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and don't forget to end with a smile after a win 😊 Bind emojis to the keys. They will be shown as your avatar in-game at https://haxball.com
Informasi Dasar Ekstensi
Nama | |
ID | ifppaafaogoopidaihgfkgfopocjojdl |
URL Resmi | https://chrome.google.com/webstore/detail/haxball-emoji-hotkeys/ifppaafaogoopidaihgfkgfopocjojdl |
Deskripsi | Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and… |
Ukuran File | 181 KB |
Jumlah Instalasi | 1,010 |
Versi Saat Ini | 0.2.4 |
Terakhir Diperbarui | 2022-12-24 |
Tanggal Publikasi | 2022-02-02 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | jakjus |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HaxBall Emoji Hotkeys", "version": "0.2.4", "manifest_version": 3, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/favicon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.haxball.com\/play*" ], "js": [ "content-script.js" ] } ], "action": { "default_popup": "popup.html" } } |