THEHAX.PL
Automatic connecting with public rooms.
What is THEHAX.PL?
THEHAX.PL is a Chrome extension developed by https://thehax.pl, and its main feature is "Automatic connecting with public rooms.".
Extension Screenshots
Download THEHAX.PL Extension CRX File
Download THEHAX.PL 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
Extension Basic Information
Name | THEHAX.PL |
ID | agjeeceknckhfaghdaecficmolololfc |
Official URL | https://chromewebstore.google.com/detail/thehaxpl/agjeeceknckhfaghdaecficmolololfc |
Description | Automatic connecting with public rooms. |
File Size | 87.08 KB |
Installation Count | 20 |
Current Version | 1.30 |
Last Updated | 2018-07-09 |
Publish Date | 2018-07-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://thehax.pl |
Payment Type | free |
Supported Languages | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "THEHAX.PL", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.30", "permissions": [ "https:\/\/html5.haxball.com\/*", "https:\/\/haxball.com\/*", "http:\/\/thehax.pl\/*", "notifications" ], "icons": { "128": "icon128.png", "48": "icon48.png" }, "browser_action": { "default_icon": "org.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] } } |