Sheep it

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

O que é Sheep it?

Sheep it é uma extensão do Chrome desenvolvida por Micha, e sua principal característica é "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sheep it

Baixe arquivos de extensão Sheep it no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Sheep it Sheep it
ID kcjhdmkfdeoeiajoimodbdakohnefddk
URL Oficial https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk
Descrição Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
Tamanho do Arquivo 13.1 MB
Contagem de Instalações 39
Versão Atual 1.1.0
Última Atualização 2022-05-23
Data de Publicação 2018-02-16
Desenvolvedor Micha
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}