King Hayden || Shell Shockers
King Hayden Shell Shockers Theme
Co to jest King Hayden || Shell Shockers?
King Hayden || Shell Shockers to rozszerzenie Chrome opracowane przez jayvandev, a jego główną funkcją jest „King Hayden Shell Shockers Theme”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia King Hayden || Shell Shockers
Pobierz pliki rozszerzeń King Hayden || Shell Shockers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Custom UI for shell shockers streamer King Hayden.
Featuring
- Custom UI for new update
- Custom Scope
- Custom Crosshair
- Spotify Playlist
- Much more! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | egdebaoncomgkggccmhbpghdbehmiplf |
| Oficjalny URL | https://chromewebstore.google.com/detail/king-hayden-shell-shocker/egdebaoncomgkggccmhbpghdbehmiplf |
| Opis | King Hayden Shell Shockers Theme |
| Rozmiar pliku | 20.77 KB |
| Liczba instalacji | 79 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2023-12-29 |
| Data Publikacji | 2023-03-21 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | jayvandev |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "King Hayden || Shell Shockers",
"version": "1.1",
"author": "Jayvan",
"description": "King Hayden Shell Shockers Theme",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/shellshock.io\/*"
]
}
],
"icons": {
"128": "egg.png"
}
} | |