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…

Was ist HaxBall Emoji Hotkeys?

HaxBall Emoji Hotkeys ist eine Chrome-Erweiterung, die von jakjus entwickelt wurde, und ihr Hauptmerkmal ist "Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…".

Erweiterungsscreenshots

screenshot

HaxBall Emoji Hotkeys-Erweiterungs-CRX-Datei herunterladen

Laden Sie HaxBall Emoji Hotkeys-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name HaxBall Emoji Hotkeys HaxBall Emoji Hotkeys
ID ifppaafaogoopidaihgfkgfopocjojdl
Offizielle URL https://chrome.google.com/webstore/detail/haxball-emoji-hotkeys/ifppaafaogoopidaihgfkgfopocjojdl
Beschreibung Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…
Dateigröße 181 KB
Installationsanzahl 1,010
Aktuelle Version 0.2.4
Letztes Update 2022-12-24
Veröffentlichungsdatum 2022-02-02
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler jakjus
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}