Sheep it

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

什么是Sheep it?

Sheep it是由Micha开发的Chrome扩展程序,该扩展的主要功能是“Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.”。

扩展截图

screenshot
screenshot

下载Sheep it扩展crx文件

下载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:\/\/*\/*"
            ]
        }
    ]
}