Novosuper || Shell Shockers
Novosuper Shell Shockers Theme
Vad är Novosuper || Shell Shockers?
Novosuper || Shell Shockers är en Chrome-tillägg utvecklad av jayvandev, och dess huvudfunktion är "Novosuper Shell Shockers Theme".
Tilläggsskärmbilder
Ladda ner Novosuper || Shell Shockers-förlängningens CRX-fil
Ladda ner Novosuper || Shell Shockers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Custom shell shockers theme for twitch streamer Novosuper for the new UI!
Features:
- Custom Scope
- Custom Crosshair
- Custom UI Grundläggande Information om Tillägg
| Namn | |
| ID | ioadidicdpcaejfnhppggnedbhcijgfh |
| Officiell webbadress | https://chromewebstore.google.com/detail/novosuper-shell-shockers/ioadidicdpcaejfnhppggnedbhcijgfh |
| Beskrivning | Novosuper Shell Shockers Theme |
| Filstorlek | 16.39 KB |
| Antal Installationer | 64 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-03-21 |
| Publiceringsdatum | 2023-03-21 |
| Utvecklare | jayvandev |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |