Novosuper || Shell Shockers
Novosuper Shell Shockers Theme
Cos'è Novosuper || Shell Shockers?
Novosuper || Shell Shockers è un'estensione di Chrome sviluppata da jayvandev, e la sua funzione principale è "Novosuper Shell Shockers Theme".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Novosuper || Shell Shockers
Scarica i file di estensione Novosuper || 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
Custom shell shockers theme for twitch streamer Novosuper for the new UI!
Features:
- Custom Scope
- Custom Crosshair
- Custom UI Informazioni di Base sull'Estensione
| Nome | |
| ID | ioadidicdpcaejfnhppggnedbhcijgfh |
| URL Ufficiale | https://chromewebstore.google.com/detail/novosuper-shell-shockers/ioadidicdpcaejfnhppggnedbhcijgfh |
| Descrizione | Novosuper Shell Shockers Theme |
| Dimensione del File | 16.39 KB |
| Conteggio Installazioni | 64 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-03-21 |
| Data di Pubblicazione | 2023-03-21 |
| 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": "Novosuper || Shell Shockers",
"version": "1.0",
"author": "Jayvan",
"description": "Novosuper Shell Shockers Theme",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/shellshock.io\/*"
]
}
],
"icons": {
"128": "egg.png"
}
} | |