Sheep it

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

Co je Sheep it?

Sheep it je rozšíření Chrome vyvinuté Micha, a jeho hlavní funkcí je „Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Sheep it

Stáhněte si soubory rozšíření Sheep it ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Sheep it Sheep it
ID kcjhdmkfdeoeiajoimodbdakohnefddk
Oficiální URL https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk
Popis Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
Velikost souboru 13.1 MB
Počet instalací 39
Aktuální Verze 1.1.0
Poslední Aktualizace 2022-05-23
Datum Vydání 2018-02-16
Vývojář Micha
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}