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…
Vad är HaxBall Emoji Hotkeys?
HaxBall Emoji Hotkeys är en Chrome-tillägg utvecklad av jakjus, och dess huvudfunktion är "Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and…".
Tilläggsskärmbilder
Ladda ner HaxBall Emoji Hotkeys-förlängningens CRX-fil
Ladda ner HaxBall Emoji Hotkeys-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ifppaafaogoopidaihgfkgfopocjojdl |
Officiell webbadress | https://chrome.google.com/webstore/detail/haxball-emoji-hotkeys/ifppaafaogoopidaihgfkgfopocjojdl |
Beskrivning | Make hotkeys with cool avatar emojis in HaxBall! Clap 👏 when someone made a great shot, wave a hand ✋ if you need a pass and… |
Filstorlek | 181 KB |
Antal Installationer | 1,010 |
Aktuell Version | 0.2.4 |
Senast Uppdaterad | 2022-12-24 |
Publiceringsdatum | 2022-02-02 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | jakjus |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |