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 |
| 官方網址 | 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\/"
]
}
]
} | |