Haxball Room Search
This Extension adds the functionality to search in the room list in haxball
What is Haxball Room Search?
Haxball Room Search is a Chrome extension developed by Raamyy, and its main feature is "This Extension adds the functionality to search in the room list in haxball".
Extension Screenshots
Download Haxball Room Search Extension CRX File
Download Haxball Room Search 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
This Extension adds the functionality to search in the room list in haxball
Extension Basic Information
Name | Haxball Room Search |
ID | dcmlehbkbddnepmdlajdboikmbjadfpi |
Official URL | https://chromewebstore.google.com/detail/haxball-room-search/dcmlehbkbddnepmdlajdboikmbjadfpi |
Description | This Extension adds the functionality to search in the room list in haxball |
File Size | 3.83 KB |
Installation Count | 90 |
Current Version | 0.1.4 |
Last Updated | 2019-04-19 |
Publish Date | 2019-04-19 |
Developer | Raamyy |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Haxball Room Search", "version": "0.1.4", "content_scripts": [ { "matches": [ "http:\/\/*.haxball.com\/play", "https:\/\/*.haxball.com\/play" ], "js": [ "content.js" ] } ] } |