Torn || Shell Shockers
by Jayvan
Wat is Torn || Shell Shockers?
Torn || Shell Shockers is een Chrome-extensie ontwikkeld door jayvandev, en de belangrijkste functie is "by Jayvan".
Extensie Screenshots
Download het CRX-bestand van de extensie Torn || Shell Shockers
Download Torn || Shell Shockers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
UI Theme for Shell Shockers! Play shell shockers in style with this chrome extension.
Features:
- Custom UI
- Custom Scope & Crosshair Basisinformatie over de Extensie
| Naam | |
| ID | emlfgecinpbddnmafokgnhnnhohjekcn |
| Officiële URL | https://chromewebstore.google.com/detail/torn-shell-shockers/emlfgecinpbddnmafokgnhnnhohjekcn |
| Beschrijving | by Jayvan |
| Bestandsgrootte | 25.09 KB |
| Aantal Installaties | 119 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-10-26 |
| Publicatiedatum | 2022-10-26 |
| Ontwikkelaar | jayvandev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Torn || Shell Shockers",
"description": "by Jayvan",
"version": "1.0",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"popup.js"
],
"matches": [
"https:\/\/shellshock.io\/"
]
}
]
} | |