Meno || Shell Shockers
Meno Shell Shockers Theme
Qu'est-ce que Meno || Shell Shockers ?
Meno || Shell Shockers est une extension Chrome développée par jayvandev, et sa fonction principale est "Meno Shell Shockers Theme".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Meno || Shell Shockers
Téléchargez les fichiers d'extension Meno || Shell Shockers 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
Shell Shockers Theme made for MenoXD, a twitch streamer and Blue Wizard Digital Content Creator This theme features - Custom Scope - Custom Crosshair - Custom UI designed for the new UI - Much More! Update: Moved CSS to local files
Informations de Base sur l'Extension
Nom | Meno || Shell Shockers |
ID | oncipepcafldlcladghpgkejfeflkkmh |
URL Officiel | https://chromewebstore.google.com/detail/meno-shell-shockers/oncipepcafldlcladghpgkejfeflkkmh |
Description | Meno Shell Shockers Theme |
Taille du Fichier | 22.22 KB |
Nombre d'Installations | 1,549 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2023-04-11 |
Date de Publication | 2023-02-23 |
Évaluation | 4.57/5 Total 7 Évaluations |
Développeur | jayvandev |
[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": "Meno || Shell Shockers", "version": "2.1", "author": "Jayvan", "description": "Meno Shell Shockers Theme", "content_scripts": [ { "js": [ "content.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/shellshock.io\/*" ] } ], "icons": { "128": "egg.png" } } |