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