Graysocean | Shell Shockers Theme

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

Wat is Graysocean | Shell Shockers Theme?

Graysocean | Shell Shockers Theme is een Chrome-extensie ontwikkeld door Hasanx Developer, en de belangrijkste functie is "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Graysocean | Shell Shockers Theme

Download Graysocean | Shell Shockers Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Graysocean | Shell Shockers Theme Graysocean | Shell Shockers Theme
ID ofliekbfejmgmbllkjhdloiipiadcnje
Officiële URL https://chrome.google.com/webstore/detail/graysocean-shell-shockers/ofliekbfejmgmbllkjhdloiipiadcnje
Beschrijving New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!
Bestandsgrootte 16.41 KB
Aantal Installaties 1,912
Huidige Versie 1
Laatst Bijgewerkt 2021-09-17
Publicatiedatum 2021-09-17
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Hasanx Developer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}