Stormii Cloud | Shell Shockers Theme

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

Wat is Stormii Cloud | Shell Shockers Theme?

Stormii Cloud | Shell Shockers Theme is een Chrome-extensie ontwikkeld door Stormii Cloud, en de belangrijkste functie is "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

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

Download Stormii Cloud | 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

                        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.                    

Basisinformatie over de Extensie

Naam Stormii Cloud | Shell Shockers Theme Stormii Cloud | Shell Shockers Theme
ID bncffgalbnlflcenmpcbfdnbfblidcpk
Officiële URL https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk
Beschrijving New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Bestandsgrootte 15.31 KB
Aantal Installaties 247
Huidige Versie 1.5
Laatst Bijgewerkt 2022-01-27
Publicatiedatum 2022-01-21
Beoordeling 4.38/5 Totaal 8 Beoordelingen
Ontwikkelaar Stormii Cloud
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}