Sugoi Shimeji

Small animated characters that you can interact with.

Hvad er Sugoi Shimeji?

Sugoi Shimeji er en Chrome-udvidelse udviklet af https://foobar404.dev, og dens hovedfunktion er "Small animated characters that you can interact with.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Sugoi Shimeji-udvidelses-CRX-fil

Download Sugoi Shimeji-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.)                    

Grundlæggende oplysninger om udvidelsen

Navn Sugoi Shimeji Sugoi Shimeji
ID jgckjhiolmelfpdofcbfnkkapeblcfdh
Officiel URL https://chromewebstore.google.com/detail/sugoi-shimeji/jgckjhiolmelfpdofcbfnkkapeblcfdh
Beskrivelse Small animated characters that you can interact with.
Filstørrelse 63.04 MB
Antal Installationer 50,000
Nuværende Version 2.3.0
Senest Opdateret 2022-04-01
Udgivelsesdato 2020-11-25
Bedømmelse 3.69/5 Samlet 51 Bedømmelser
Udvikler https://foobar404.dev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}