Sugoi Shimeji

Small animated characters that you can interact with.

Sugoi Shimeji क्या है?

Sugoi Shimeji https://foobar404.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Small animated characters that you can interact with."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sugoi Shimeji एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": [
                ""
            ]
        }
    ]
}