Minty || Shell Shockers
by Jayvan
Cos'è Minty || Shell Shockers?
Minty || Shell Shockers è un'estensione di Chrome sviluppata da jayvandev, e la sua funzione principale è "by Jayvan".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minty || Shell Shockers
Scarica i file di estensione Minty || 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
Minty Shell Shockers Theme
Enhance your shell shockers experience with a custom shell shockers theme!
Features:
- Custom UI
- Custom Scope
- Custom Crosshair
UPDATE:
- Removed Spotify Informazioni di Base sull'Estensione
| Nome | |
| ID | jflgpdcdjddeffbonmencaniedjmpgjh |
| URL Ufficiale | https://chromewebstore.google.com/detail/minty-shell-shockers/jflgpdcdjddeffbonmencaniedjmpgjh |
| Descrizione | by Jayvan |
| Dimensione del File | 18.04 KB |
| Conteggio Installazioni | 59 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2023-03-23 |
| Data di Pubblicazione | 2022-10-18 |
| Sviluppatore | jayvandev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Minty || Shell Shockers",
"description": "by Jayvan",
"version": "1.3",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"popup.js"
],
"matches": [
"https:\/\/shellshock.io\/"
]
}
]
} | |