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 |
| Eメール | [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\/"
]
}
]
} | |