Boolet x Deltastorm | Shell Shockers Theme

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

Qu'est-ce que Boolet x Deltastorm | Shell Shockers Theme ?

Boolet x Deltastorm | Shell Shockers Theme est une extension Chrome développée par Hasanx Developer, et sa fonction principale est "New Shell Shockers Theme by Boolet, released on the 10th of August 2021!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Boolet x Deltastorm | Shell Shockers Theme

Téléchargez les fichiers d'extension Boolet x Deltastorm | 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

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

Informations de Base sur l'Extension

Nom Boolet x Deltastorm | Shell Shockers Theme Boolet x Deltastorm | Shell Shockers Theme
ID jmngpihiddcdgmejpilggphdcamemdkf
URL Officiel https://chrome.google.com/webstore/detail/boolet-x-deltastorm-shell/jmngpihiddcdgmejpilggphdcamemdkf
Description New Shell Shockers Theme by Boolet, released on the 10th of August 2021!
Taille du Fichier 16.68 KB
Nombre d'Installations 1,878
Version Actuelle 1.3
Dernière Mise à Jour 2021-12-02
Date de Publication 2021-08-10
Évaluation 4.71/5 Total 14 Évaluations
Développeur Hasanx Developer
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}