HaxClip
It's time to record your best moves on Haxball!
Vad är HaxClip?
HaxClip är en Chrome-tillägg utvecklad av ovb.hfl, och dess huvudfunktion är "It's time to record your best moves on Haxball!".
Tilläggsskärmbilder
Ladda ner HaxClip-förlängningens CRX-fil
Ladda ner HaxClip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This extension allows you to make clips of your best moves by pressing your R key on Haxball!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | fhdooeibldcjnddihendmeepmkfhabmc | 
| Officiell webbadress | https://chromewebstore.google.com/detail/haxclip/fhdooeibldcjnddihendmeepmkfhabmc | 
| Beskrivning | It's time to record your best moves on Haxball! | 
| Filstorlek | 99.15 KB | 
| Antal Installationer | 27 | 
| Aktuell Version | 1.01 | 
| Senast Uppdaterad | 2021-07-30 | 
| Publiceringsdatum | 2021-07-29 | 
| Utvecklare | ovb.hfl | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://haxclip.com | 
| Stödda Språk | 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\/*"
    ]
}  |  |