Sheep it

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

Что такое Sheep it?

Sheep it - это расширение Chrome, разработанное Micha, и его основная функция - "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Sheep it

Скачайте файлы расширений 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:\/\/*\/*"
            ]
        }
    ]
}