Sheep it

Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.

Sheep itคืออะไร?

Sheep it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Micha และคุณลักษณะหลักของมันคือ "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sheep it

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

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

                        Have fun with your friends and/or colleagues with this extension. It will show dancing sheep when loading any webpage. The sheep will autmatically disappear after a few seconds.                    

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

ชื่อ Sheep it Sheep it
ID kcjhdmkfdeoeiajoimodbdakohnefddk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk
คำอธิบาย Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
ขนาดไฟล์ 13.1 MB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-05-23
วันที่เผยแพร่ 2018-02-16
ผู้พัฒนา Micha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js",
                "sheep.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.",
    "manifest_version": 3,
    "name": "Sheep it",
    "permissions": [],
    "version": "1.1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "sheep*.gif"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}