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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}