GamerCaptain | Shell Theme
A Theme for the twitch streamer GamerCaptain
O que é GamerCaptain | Shell Theme?
GamerCaptain | Shell Theme é uma extensão do Chrome desenvolvida por Sirius Lee, e sua principal característica é "A Theme for the twitch streamer GamerCaptain".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GamerCaptain | Shell Theme
Baixe arquivos de extensão GamerCaptain | Shell Theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | GamerCaptain | Shell Theme |
ID | kgdhbmgmicajoiiemkefdcgfndjbhoej |
URL Oficial | https://chromewebstore.google.com/detail/gamercaptain-shell-theme/kgdhbmgmicajoiiemkefdcgfndjbhoej |
Descrição | A Theme for the twitch streamer GamerCaptain |
Tamanho do Arquivo | 50.13 KB |
Contagem de Instalações | 35 |
Versão Atual | 0.0.2 |
Última Atualização | 2024-01-22 |
Data de Publicação | 2023-08-02 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Sirius Lee |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://trioxx-themes.000webhostapp.com/privacy-policy.html |
Idiomas Suportados | 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 } |