GamerCaptain | Shell Theme

A Theme for the twitch streamer GamerCaptain

什么是GamerCaptain | Shell Theme?

GamerCaptain | Shell Theme是由Sirius Lee开发的Chrome扩展程序,该扩展的主要功能是“A Theme for the twitch streamer GamerCaptain”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载GamerCaptain | Shell Theme扩展crx文件

下载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!                    

扩展基本信息

名称 GamerCaptain | Shell Theme GamerCaptain | Shell Theme
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
}