Shimeji Browser Extension

Play with little shimejis while browsing the web.

Shimeji Browser Extensionคืออะไร?

Shimeji Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shimejis.xyz และคุณลักษณะหลักของมันคือ "Play with little shimejis while browsing the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shimeji Browser Extension

ดาวน์โหลดไฟล์ส่วนขยาย Shimeji Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Shimejis are little characters or desktop buddies that play around on the sites you visit. They interact with the elements on the page. You control their behavior. Pick them up with your mouse pointer, drag them around, and drop them where you want. They can walk, crawl, climb, and jump all over the place. To have a little bit more fun you can also let them throw elements from a web page. They interact with all your favorite web sites. There are many shimeji characters to choose from. Each character has its own custom behavior.

This browser extension brings shimejis to the web and that is why it is available on your desktop computer running Windows, Mac, or Chrome OS.

New in version 2.0:
- Each character has its own behavior.
- You can throw shimejis around with inertia.
- Shimejis will interact with elements on the page.
- They will perform animations on their own.
- Some animations are rare, and will only be shown occasionally.
- You can have as many shimejis on your screen as you want.
- Animations are more realistic compared to the previous version.
- You can easily toggle on/off shimejis at any time using the context menu by right-clicking a web page or clicking on the extension's button in the browser toolbar.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shimeji Browser Extension Shimeji Browser Extension
ID gohjpllcolmccldfdggmamodembldgpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shimeji-browser-extension/gohjpllcolmccldfdggmamodembldgpc
คำอธิบาย Play with little shimejis while browsing the web.
ขนาดไฟล์ 728 KB
จำนวนการติดตั้ง 2,451,026
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2019-05-05
คะแนน 3.98/5 รวมทั้งหมด 2501 คะแนน
ผู้พัฒนา https://shimejis.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shimejis.xyz
URL หน้านโยบายความเป็นส่วนตัว https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shimeji Browser Extension",
    "description": "Play with little shimejis while browsing the web.",
    "author": "Jarno Le Cont\u00e9",
    "version": "2.0.5",
    "icons": {
        "16": "icon_16x16.1f300c36.png",
        "32": "icon_32x32.515409b1.png",
        "48": "icon_48x48.7663bd0c.png",
        "128": "icon_128x128.39c76058.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.58565342.js"
    },
    "action": {
        "default_popup": "popup.01c765a5.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.430647cf.js"
            ],
            "run_at": "document_end",
            "css": [
                "content-script.d43d51f5.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/balsamiq-sans-v12-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2",
                "fonts\/balsamiq-sans-v12-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.shimejis.xyz\/*"
        ]
    }
}