Graysocean | Shell Shockers Theme

New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!

Cos'è Graysocean | Shell Shockers Theme?

Graysocean | Shell Shockers Theme è un'estensione di Chrome sviluppata da Hasanx Developer, e la sua funzione principale è "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Graysocean | Shell Shockers Theme

Scarica i file di estensione Graysocean | 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

                        Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!                    

Informazioni di Base sull'Estensione

Nome Graysocean | Shell Shockers Theme Graysocean | Shell Shockers Theme
ID ofliekbfejmgmbllkjhdloiipiadcnje
URL Ufficiale https://chrome.google.com/webstore/detail/graysocean-shell-shockers/ofliekbfejmgmbllkjhdloiipiadcnje
Descrizione New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!
Dimensione del File 16.41 KB
Conteggio Installazioni 1,912
Versione Corrente 1
Ultimo Aggiornamento 2021-09-17
Data di Pubblicazione 2021-09-17
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore Hasanx Developer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Graysocean | Shell Shockers Theme",
    "version": "1",
    "author": "Designed by Infinite Smasher#4281 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}