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…

Wat is HaxBall Emoji Hotkeys?

HaxBall Emoji Hotkeys is een Chrome-extensie ontwikkeld door jakjus, en de belangrijkste functie is "Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HaxBall Emoji Hotkeys

Download HaxBall Emoji Hotkeys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HaxBall Emoji Hotkeys HaxBall Emoji Hotkeys
ID ifppaafaogoopidaihgfkgfopocjojdl
Officiële URL https://chrome.google.com/webstore/detail/haxball-emoji-hotkeys/ifppaafaogoopidaihgfkgfopocjojdl
Beschrijving Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…
Bestandsgrootte 181 KB
Aantal Installaties 1,010
Huidige Versie 0.2.4
Laatst Bijgewerkt 2022-12-24
Publicatiedatum 2022-02-02
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar jakjus
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}