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…

Qu'est-ce que HaxBall Emoji Hotkeys ?

HaxBall Emoji Hotkeys est une extension Chrome développée par jakjus, et sa fonction principale est "Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HaxBall Emoji Hotkeys

Téléchargez les fichiers d'extension HaxBall Emoji Hotkeys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HaxBall Emoji Hotkeys HaxBall Emoji Hotkeys
ID ifppaafaogoopidaihgfkgfopocjojdl
URL Officiel https://chrome.google.com/webstore/detail/haxball-emoji-hotkeys/ifppaafaogoopidaihgfkgfopocjojdl
Description Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…
Taille du Fichier 181 KB
Nombre d'Installations 1,010
Version Actuelle 0.2.4
Dernière Mise à Jour 2022-12-24
Date de Publication 2022-02-02
Évaluation 4.25/5 Total 4 Évaluations
Développeur jakjus
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}