Stormii Cloud | Shell Shockers Theme

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

¿Qué es Stormii Cloud | Shell Shockers Theme?

Stormii Cloud | Shell Shockers Theme es una extensión de Chrome desarrollada por Stormii Cloud, y su función principal es "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Stormii Cloud | Shell Shockers Theme

Descarga archivos de extensión Stormii Cloud | Shell Shockers Theme en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Stormii Cloud | Shell Shockers Theme Stormii Cloud | Shell Shockers Theme
ID bncffgalbnlflcenmpcbfdnbfblidcpk
URL Oficial https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk
Descripción New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Tamaño del Archivo 15.31 KB
Cantidad de Instalaciones 247
Versión Actual 1.5
Última Actualización 2022-01-27
Fecha de Publicación 2022-01-21
Calificación 4.38/5 Total de 8 Calificaciones
Desarrollador Stormii Cloud
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}