Meno || Shell Shockers
Meno Shell Shockers Theme
Cos'è Meno || Shell Shockers?
Meno || Shell Shockers è un'estensione di Chrome sviluppata da jayvandev, e la sua funzione principale è "Meno Shell Shockers Theme".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Meno || Shell Shockers
Scarica i file di estensione Meno || Shell Shockers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | oncipepcafldlcladghpgkejfeflkkmh |
| URL Ufficiale | https://chromewebstore.google.com/detail/meno-shell-shockers/oncipepcafldlcladghpgkejfeflkkmh |
| Descrizione | Meno Shell Shockers Theme |
| Dimensione del File | 22.22 KB |
| Conteggio Installazioni | 1,549 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2023-04-11 |
| Data di Pubblicazione | 2023-02-23 |
| Valutazione | 4.57/5 Totale 7 Valutazioni |
| Sviluppatore | jayvandev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |