Sugoi Shimeji

Small animated characters that you can interact with.

Sugoi Shimejiとは何ですか?

Sugoi Shimejiはhttps://foobar404.devによって開発されたChromeの拡張機能で、その主な機能は「Small animated characters that you can interact with.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Sugoi Shimeji拡張機能のCRXファイルをダウンロード

Sugoi Shimeji拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        NOTICE : Sugoi Shimeji does not run on chrome.google.com or tabs with no active url.

400+ characters | available on Chrome & Firefox | no spawn or character limit 

Sugoi Shimeji is a extension that can create animated character friends. The animated characters can sit, jump, lay down, split into more characters, consume other characters, and many more actions. 

This project is based off of the origin shimeji desktop software and the shimeji-ee project. It uses content supplied by the vast shimeji community. 

(If you look hard enough, you may find a rare shimeji. There is a 1% chance to spawn a rare.)                    

拡張機能の基本情報

名前 Sugoi Shimeji Sugoi Shimeji
ID jgckjhiolmelfpdofcbfnkkapeblcfdh
公式URL https://chromewebstore.google.com/detail/sugoi-shimeji/jgckjhiolmelfpdofcbfnkkapeblcfdh
説明 Small animated characters that you can interact with.
ファイルサイズ 63.04 MB
インストール数 50,000
現在のバージョン 2.3.0
最終更新日 2022-04-01
公開日 2020-11-25
評価 3.69/5 合計 51 レビュー
開発者 https://foobar404.dev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sugoi Shimeji",
    "version": "2.3.0",
    "description": "Small animated characters that you can interact with.",
    "icons": {
        "32": "icon_32.png",
        "512": "icon_512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon_512.png",
        "default_title": "Sugoi Shimeji",
        "default_popup": ".\/popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/media\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}