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…

Cos'è HaxBall Emoji Hotkeys?

HaxBall Emoji Hotkeys è un'estensione di Chrome sviluppata da jakjus, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione HaxBall Emoji Hotkeys

Scarica i file di estensione HaxBall Emoji Hotkeys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome HaxBall Emoji Hotkeys HaxBall Emoji Hotkeys
ID ifppaafaogoopidaihgfkgfopocjojdl
URL Ufficiale https://chrome.google.com/webstore/detail/haxball-emoji-hotkeys/ifppaafaogoopidaihgfkgfopocjojdl
Descrizione Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…
Dimensione del File 181 KB
Conteggio Installazioni 1,010
Versione Corrente 0.2.4
Ultimo Aggiornamento 2022-12-24
Data di Pubblicazione 2022-02-02
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore jakjus
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}