Sugoi Shimeji

Small animated characters that you can interact with.

Sugoi Shimeji là gì?

Sugoi Shimeji là một tiện ích mở rộng Chrome được phát triển bởi https://foobar404.dev, và tính năng chính của nó là "Small animated characters that you can interact with.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sugoi Shimeji

Tải xuống các tệp mở rộng Sugoi Shimeji dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sugoi Shimeji Sugoi Shimeji
ID jgckjhiolmelfpdofcbfnkkapeblcfdh
URL Chính Thức https://chromewebstore.google.com/detail/sugoi-shimeji/jgckjhiolmelfpdofcbfnkkapeblcfdh
Mô tả Small animated characters that you can interact with.
Kích Thước Tệp 63.04 MB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2022-04-01
Ngày Phát Hành 2020-11-25
Đánh Giá 3.69/5 Tổng số 51 Đánh Giá
Nhà Phát Triển https://foobar404.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}