Among Us Theme || Shell Shockers

by Jayvan & Helloworld

Cos'è Among Us Theme || Shell Shockers?

Among Us Theme || Shell Shockers è un'estensione di Chrome sviluppata da jayvandev, e la sua funzione principale è "by Jayvan & Helloworld".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Among Us Theme || Shell Shockers

Scarica i file di estensione Among Us Theme || Shell Shockers 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

                        Among Us in Shell Shockers! Enjoy a modified UI as well as in game mods, including custom particles, sussy eggs, and a custom skybox.                    

Informazioni di Base sull'Estensione

Nome Among Us Theme || Shell Shockers Among Us Theme || Shell Shockers
ID enajpjeakcobmhjdlbmipbknelalcioi
URL Ufficiale https://chrome.google.com/webstore/detail/among-us-theme-shell-shoc/enajpjeakcobmhjdlbmipbknelalcioi
Descrizione by Jayvan & Helloworld
Dimensione del File 32.32 KB
Conteggio Installazioni 849
Versione Corrente 1.0
Ultimo Aggiornamento 2022-04-11
Data di Pubblicazione 2022-04-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jayvandev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Among Us Theme || Shell Shockers",
    "description": "by Jayvan & Helloworld",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "amongus.js"
            ],
            "matches": [
                "https:\/\/shellshock.io\/"
            ]
        }
    ]
}