HaxClip
It's time to record your best moves on Haxball!
Was ist HaxClip?
HaxClip ist eine Chrome-Erweiterung, die von ovb.hfl entwickelt wurde, und ihr Hauptmerkmal ist "It's time to record your best moves on Haxball!".
Erweiterungsscreenshots
HaxClip-Erweiterungs-CRX-Datei herunterladen
Laden Sie HaxClip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to make clips of your best moves by pressing your R key on Haxball!
Grundlegende Informationen zur Erweiterung
Name | HaxClip |
ID | fhdooeibldcjnddihendmeepmkfhabmc |
Offizielle URL | https://chromewebstore.google.com/detail/haxclip/fhdooeibldcjnddihendmeepmkfhabmc |
Beschreibung | It's time to record your best moves on Haxball! |
Dateigröße | 99.15 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.01 |
Letztes Update | 2021-07-30 |
Veröffentlichungsdatum | 2021-07-29 |
Entwickler | ovb.hfl |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://haxclip.com |
Unterstützte Sprachen | 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\/*" ] } |