Stormii Cloud | Shell Shockers Theme

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

Qu'est-ce que Stormii Cloud | Shell Shockers Theme ?

Stormii Cloud | Shell Shockers Theme est une extension Chrome développée par Stormii Cloud, et sa fonction principale est "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Stormii Cloud | Shell Shockers Theme

Téléchargez les fichiers d'extension Stormii Cloud | Shell Shockers Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stormii Cloud | Shell Shockers Theme Stormii Cloud | Shell Shockers Theme
ID bncffgalbnlflcenmpcbfdnbfblidcpk
URL Officiel https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk
Description New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Taille du Fichier 15.31 KB
Nombre d'Installations 247
Version Actuelle 1.5
Dernière Mise à Jour 2022-01-27
Date de Publication 2022-01-21
Évaluation 4.38/5 Total 8 Évaluations
Développeur Stormii Cloud
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}