HaxClip
It's time to record your best moves on Haxball!
Cos'è HaxClip?
HaxClip è un'estensione di Chrome sviluppata da ovb.hfl, e la sua funzione principale è "It's time to record your best moves on Haxball!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HaxClip
Scarica i file di estensione HaxClip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to make clips of your best moves by pressing your R key on Haxball! Informazioni di Base sull'Estensione
| Nome | |
| ID | fhdooeibldcjnddihendmeepmkfhabmc |
| URL Ufficiale | https://chromewebstore.google.com/detail/haxclip/fhdooeibldcjnddihendmeepmkfhabmc |
| Descrizione | It's time to record your best moves on Haxball! |
| Dimensione del File | 99.15 KB |
| Conteggio Installazioni | 27 |
| Versione Corrente | 1.01 |
| Ultimo Aggiornamento | 2021-07-30 |
| Data di Pubblicazione | 2021-07-29 |
| Sviluppatore | ovb.hfl |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://haxclip.com |
| Lingue Supportate | 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\/*"
]
} | |