Meno || Shell Shockers
Meno Shell Shockers Theme
Meno || Shell Shockersとは何ですか?
Meno || Shell Shockersはjayvandevによって開発されたChromeの拡張機能で、その主な機能は「Meno Shell Shockers Theme」です。
拡張機能のスクリーンショット
Meno || Shell Shockers拡張機能のCRXファイルをダウンロード
Meno || Shell Shockers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Shell Shockers Theme made for MenoXD, a twitch streamer and Blue Wizard Digital Content Creator
This theme features
- Custom Scope
- Custom Crosshair
- Custom UI designed for the new UI
- Much More!
Update: Moved CSS to local files                     拡張機能の基本情報
| 名前 |   |  
| ID | oncipepcafldlcladghpgkejfeflkkmh | 
| 公式URL | https://chromewebstore.google.com/detail/meno-shell-shockers/oncipepcafldlcladghpgkejfeflkkmh | 
| 説明 | Meno Shell Shockers Theme | 
| ファイルサイズ | 22.22 KB | 
| インストール数 | 1,549 | 
| 現在のバージョン | 2.1 | 
| 最終更新日 | 2023-04-11 | 
| 公開日 | 2023-02-23 | 
| 評価 | 4.57/5 合計 7 レビュー | 
| 開発者 | jayvandev | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meno || Shell Shockers",
    "version": "2.1",
    "author": "Jayvan",
    "description": "Meno Shell Shockers Theme",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}  |  |