HaxClip

It's time to record your best moves on Haxball!

Wat is HaxClip?

HaxClip is een Chrome-extensie ontwikkeld door ovb.hfl, en de belangrijkste functie is "It's time to record your best moves on Haxball!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie HaxClip

Download HaxClip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows you to make clips of your best moves by pressing your R key on Haxball!                    

Basisinformatie over de Extensie

Naam HaxClip HaxClip
ID fhdooeibldcjnddihendmeepmkfhabmc
Officiële URL https://chromewebstore.google.com/detail/haxclip/fhdooeibldcjnddihendmeepmkfhabmc
Beschrijving It's time to record your best moves on Haxball!
Bestandsgrootte 99.15 KB
Aantal Installaties 27
Huidige Versie 1.01
Laatst Bijgewerkt 2021-07-30
Publicatiedatum 2021-07-29
Ontwikkelaar ovb.hfl
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://haxclip.com
Ondersteunde Talen 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\/*"
    ]
}