Krunker.io Alien Blaster

https://github.com/tehchy and Youtube.com/oZoNeOz

Cos'è Krunker.io Alien Blaster?

Krunker.io Alien Blaster è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "https://github.com/tehchy and Youtube.com/oZoNeOz".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Krunker.io Alien Blaster

Scarica i file di estensione Krunker.io Alien Blaster 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

                        Turns krunker.io revolver into Alien Blaster.

If any devs have problems with this contact me.                    

Informazioni di Base sull'Estensione

Nome Krunker.io Alien Blaster Krunker.io Alien Blaster
ID dfapkieamcdbicdffjpgcdbjobffkdag
URL Ufficiale https://chromewebstore.google.com/detail/krunkerio-alien-blaster/dfapkieamcdbicdffjpgcdbjobffkdag
Descrizione https://github.com/tehchy and Youtube.com/oZoNeOz
Dimensione del File 169 KB
Conteggio Installazioni 757
Versione Corrente 1.2.0
Ultimo Aggiornamento 2019-03-09
Data di Pubblicazione 2019-03-09
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
URL della Pagina di Aiuto https://discord.gg/m3z439H
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Krunker.io Alien Blaster",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "https:\/\/github.com\/tehchy and Youtube.com\/oZoNeOz",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/krunker.io\/*",
        "background"
    ],
    "web_accessible_resources": [
        "*.obj",
        "*.png"
    ],
    "background": {
        "scripts": [
            "init.js"
        ]
    }
}