Sheep it

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

Cos'è Sheep it?

Sheep it è un'estensione di Chrome sviluppata da Micha, e la sua funzione principale è "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sheep it

Scarica i file di estensione Sheep it in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sheep it Sheep it
ID kcjhdmkfdeoeiajoimodbdakohnefddk
URL Ufficiale https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk
Descrizione Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
Dimensione del File 13.1 MB
Conteggio Installazioni 39
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-05-23
Data di Pubblicazione 2018-02-16
Sviluppatore Micha
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}