Boolet x Deltastorm | Shell Shockers Theme

New Shell Shockers Theme by Boolet, released on the 10th of August 2021!

¿Qué es Boolet x Deltastorm | Shell Shockers Theme?

Boolet x Deltastorm | Shell Shockers Theme es una extensión de Chrome desarrollada por Hasanx Developer, y su función principal es "New Shell Shockers Theme by Boolet, released on the 10th of August 2021!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Boolet x Deltastorm | Shell Shockers Theme

Descarga archivos de extensión Boolet x Deltastorm | 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

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

Información Básica de la Extensión

Nombre Boolet x Deltastorm | Shell Shockers Theme Boolet x Deltastorm | Shell Shockers Theme
ID jmngpihiddcdgmejpilggphdcamemdkf
URL Oficial https://chrome.google.com/webstore/detail/boolet-x-deltastorm-shell/jmngpihiddcdgmejpilggphdcamemdkf
Descripción New Shell Shockers Theme by Boolet, released on the 10th of August 2021!
Tamaño del Archivo 16.68 KB
Cantidad de Instalaciones 1,878
Versión Actual 1.3
Última Actualización 2021-12-02
Fecha de Publicación 2021-08-10
Calificación 4.71/5 Total de 14 Calificaciones
Desarrollador Hasanx Developer
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Boolet x Deltastorm | Shell Shockers Theme",
    "version": "1.3",
    "author": "Designed by boolet#5550 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Boolet, released on the 10th of August 2021!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}