Sheep it

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

Sheep it là gì?

Sheep it là một tiện ích mở rộng Chrome được phát triển bởi Micha, và tính năng chính của nó là "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Sheep it 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

                        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.                    

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

Tên Sheep it Sheep it
ID kcjhdmkfdeoeiajoimodbdakohnefddk
URL Chính Thức https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk
Mô tả Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
Kích Thước Tệp 13.1 MB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-05-23
Ngày Phát Hành 2018-02-16
Nhà Phát Triển Micha
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",
    "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:\/\/*\/*"
            ]
        }
    ]
}