Novosuper || Shell Shockers
Novosuper Shell Shockers Theme
什么是Novosuper || Shell Shockers?
Novosuper || Shell Shockers是由jayvandev开发的Chrome扩展程序,该扩展的主要功能是“Novosuper Shell Shockers Theme”。
扩展截图
下载Novosuper || Shell Shockers扩展crx文件
下载Novosuper || Shell Shockers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Custom shell shockers theme for twitch streamer Novosuper for the new UI!
Features:
- Custom Scope
- Custom Crosshair
- Custom UI 扩展基本信息
| 名称 | |
| ID | ioadidicdpcaejfnhppggnedbhcijgfh |
| 官方URL | https://chromewebstore.google.com/detail/novosuper-shell-shockers/ioadidicdpcaejfnhppggnedbhcijgfh |
| 简介 | Novosuper Shell Shockers Theme |
| 文件大小 | 16.39 KB |
| 安装次数 | 64 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-03-21 |
| 上架时间 | 2023-03-21 |
| 开发者 | jayvandev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Novosuper || Shell Shockers",
"version": "1.0",
"author": "Jayvan",
"description": "Novosuper Shell Shockers Theme",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/shellshock.io\/*"
]
}
],
"icons": {
"128": "egg.png"
}
} | |