Sheep it

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

Apa itu Sheep it?

Sheep it adalah ekstensi Chrome yang dikembangkan oleh Micha, dan fitur utamanya adalah "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Sheep it

Unduh file ekstensi Sheep it dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sheep it Sheep it
ID kcjhdmkfdeoeiajoimodbdakohnefddk
URL Resmi https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk
Deskripsi Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
Ukuran File 13.1 MB
Jumlah Instalasi 39
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-05-23
Tanggal Publikasi 2018-02-16
Pengembang Micha
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}