Stormii Cloud | Shell Shockers Theme

New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!

Cos'è Stormii Cloud | Shell Shockers Theme?

Stormii Cloud | Shell Shockers Theme è un'estensione di Chrome sviluppata da Stormii Cloud, e la sua funzione principale è "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Stormii Cloud | Shell Shockers Theme

Scarica i file di estensione Stormii Cloud | Shell Shockers Theme 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 will edit the entire page layout and scope of shellshock.io to a more blue experience fit with clouds and a custom title.                    

Informazioni di Base sull'Estensione

Nome Stormii Cloud | Shell Shockers Theme Stormii Cloud | Shell Shockers Theme
ID bncffgalbnlflcenmpcbfdnbfblidcpk
URL Ufficiale https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk
Descrizione New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Dimensione del File 15.31 KB
Conteggio Installazioni 247
Versione Corrente 1.5
Ultimo Aggiornamento 2022-01-27
Data di Pubblicazione 2022-01-21
Valutazione 4.38/5 Totale 8 Valutazioni
Sviluppatore Stormii Cloud
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": "Stormii Cloud | Shell Shockers Theme",
    "version": "1.5",
    "author": "Designed by Stormii Cloud#9228 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/egghead.institute\/*",
                "*:\/\/shellshock.io\/*",
                "*:\/\/violentegg.club\/*",
                "*:\/\/algebra.vip\/*"
            ]
        }
    ],
    "icons": {
        "128": "theme_icon.png"
    }
}