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…
What is HaxBall Emoji Hotkeys?
HaxBall Emoji Hotkeys is a Chrome extension developed by jakjus, and its main feature 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…".
Extension Screenshots
Download HaxBall Emoji Hotkeys Extension CRX File
Download HaxBall Emoji Hotkeys extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ifppaafaogoopidaihgfkgfopocjojdl |
Official URL | 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… |
File Size | 181 KB |
Installation Count | 1,010 |
Current Version | 0.2.4 |
Last Updated | 2022-12-24 |
Publish Date | 2022-02-02 |
Rating | 4.25/5 Total 4 Ratings |
Developer | jakjus |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |