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