GamerCaptain | Shell Theme
A Theme for the twitch streamer GamerCaptain
Что такое GamerCaptain | Shell Theme?
GamerCaptain | Shell Theme - это расширение Chrome, разработанное Sirius Lee, и его основная функция - "A Theme for the twitch streamer GamerCaptain".
Снимки экрана расширения
Скачать файл CRX расширения GamerCaptain | Shell Theme
Скачайте файлы расширений GamerCaptain | Shell Theme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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!                     Основная информация о расширении
| Название |   |  
| ID | kgdhbmgmicajoiiemkefdcgfndjbhoej | 
| Официальный URL | https://chromewebstore.google.com/detail/gamercaptain-shell-theme/kgdhbmgmicajoiiemkefdcgfndjbhoej | 
| Описание | A Theme for the twitch streamer GamerCaptain | 
| Размер файла | 50.13 KB | 
| Количество установок | 35 | 
| Текущая Версия | 0.0.2 | 
| Последнее Обновление | 2024-01-22 | 
| Дата публикации | 2023-08-02 | 
| Рейтинг | 5.00/5 Всего 2 оценок | 
| Разработчик | Sirius Lee | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| URL страницы политики конфиденциальности | https://trioxx-themes.000webhostapp.com/privacy-policy.html | 
| Поддерживаемые языки | 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
}  |  |