GamerCaptain | Shell Theme
A Theme for the twitch streamer GamerCaptain
Vad är GamerCaptain | Shell Theme?
GamerCaptain | Shell Theme är en Chrome-tillägg utvecklad av Sirius Lee, och dess huvudfunktion är "A Theme for the twitch streamer GamerCaptain".
Tilläggsskärmbilder
Ladda ner GamerCaptain | Shell Theme-förlängningens CRX-fil
Ladda ner GamerCaptain | Shell Theme-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
This theme changes the look of Shellshockers.
The colors are easier on the eyes and acts as a custom look.
This theme is made for the fans of GamerCaptain! Grundläggande Information om Tillägg
| Namn | |
| ID | kgdhbmgmicajoiiemkefdcgfndjbhoej |
| Officiell webbadress | https://chromewebstore.google.com/detail/gamercaptain-shell-theme/kgdhbmgmicajoiiemkefdcgfndjbhoej |
| Beskrivning | A Theme for the twitch streamer GamerCaptain |
| Filstorlek | 50.13 KB |
| Antal Installationer | 35 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2024-01-22 |
| Publiceringsdatum | 2023-08-02 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Sirius Lee |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://trioxx-themes.000webhostapp.com/privacy-policy.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Sirius Lee",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/shellshock.io\/*"
]
}
],
"description": "A Theme for the twitch streamer GamerCaptain",
"icons": {
"128": "icon.png"
},
"name": "GamerCaptain | Shell Theme",
"short_name": "GamerCaptain Theme",
"version": "0.0.2",
"manifest_version": 3
} | |