HaxClip
It's time to record your best moves on Haxball!
What is HaxClip?
HaxClip is a Chrome extension developed by ovb.hfl, and its main feature is "It's time to record your best moves on Haxball!".
Extension Screenshots
Download HaxClip Extension CRX File
Download HaxClip 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 allows you to make clips of your best moves by pressing your R key on Haxball!
Extension Basic Information
Name | HaxClip |
ID | fhdooeibldcjnddihendmeepmkfhabmc |
Official URL | https://chromewebstore.google.com/detail/haxclip/fhdooeibldcjnddihendmeepmkfhabmc |
Description | It's time to record your best moves on Haxball! |
File Size | 99.15 KB |
Installation Count | 27 |
Current Version | 1.01 |
Last Updated | 2021-07-30 |
Publish Date | 2021-07-29 |
Developer | ovb.hfl |
[email protected] | |
Payment Type | free |
Extension Website | https://haxclip.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HaxClip", "version": "1.01", "description": "It's time to record your best moves on Haxball!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "website\/game.js" ], "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.haxball.com\/*", "*:\/\/haxball.com\/*" ] } |