Meno || Shell Shockers

Meno Shell Shockers Theme

什么是Meno || Shell Shockers?

Meno || Shell Shockers是由jayvandev开发的Chrome扩展程序,该扩展的主要功能是“Meno Shell Shockers Theme”。

扩展截图

screenshot

下载Meno || Shell Shockers扩展crx文件

下载Meno || Shell Shockers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Shell Shockers Theme made for MenoXD, a twitch streamer and Blue Wizard Digital Content Creator

This theme features

- Custom Scope
- Custom Crosshair
- Custom UI designed for the new UI
- Much More!

Update: Moved CSS to local files                    

扩展基本信息

名称 Meno || Shell Shockers Meno || Shell Shockers
ID oncipepcafldlcladghpgkejfeflkkmh
官方URL https://chromewebstore.google.com/detail/meno-shell-shockers/oncipepcafldlcladghpgkejfeflkkmh
简介 Meno Shell Shockers Theme
文件大小 22.22 KB
安装次数 1,549
当前版本 2.1
更新时间 2023-04-11
上架时间 2023-02-23
评分 4.57/5 共7次评分
开发者 jayvandev
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meno || Shell Shockers",
    "version": "2.1",
    "author": "Jayvan",
    "description": "Meno Shell Shockers Theme",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}