Sheep it

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

What is Sheep it?

Sheep it is a Chrome extension developed by Micha, and its main feature is "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.".

Extension Screenshots

screenshot
screenshot

Download Sheep it Extension CRX File

Download Sheep it extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sheep it Sheep it
ID kcjhdmkfdeoeiajoimodbdakohnefddk
Official URL https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk
Description Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
File Size 13.1 MB
Installation Count 39
Current Version 1.1.0
Last Updated 2022-05-23
Publish Date 2018-02-16
Developer Micha
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}