Minty || Shell Shockers
by Jayvan
Co to jest Minty || Shell Shockers?
Minty || Shell Shockers to rozszerzenie Chrome opracowane przez jayvandev, a jego główną funkcją jest „by Jayvan”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Minty || Shell Shockers
Pobierz pliki rozszerzeń Minty || 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | Minty || Shell Shockers |
ID | jflgpdcdjddeffbonmencaniedjmpgjh |
Oficjalny URL | https://chromewebstore.google.com/detail/minty-shell-shockers/jflgpdcdjddeffbonmencaniedjmpgjh |
Opis | by Jayvan |
Rozmiar pliku | 18.04 KB |
Liczba instalacji | 59 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2023-03-23 |
Data Publikacji | 2022-10-18 |
Deweloper | jayvandev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } ] } |