Sheep it
Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
Co to jest Sheep it?
Sheep it to rozszerzenie Chrome opracowane przez Micha, a jego główną funkcją jest „Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sheep it
Pobierz pliki rozszerzeń Sheep it w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | kcjhdmkfdeoeiajoimodbdakohnefddk | 
| Oficjalny URL | https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk | 
| Opis | Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage. | 
| Rozmiar pliku | 13.1 MB | 
| Liczba instalacji | 39 | 
| Aktualna Wersja | 1.1.0 | 
| Ostatnia Aktualizacja | 2022-05-23 | 
| Data Publikacji | 2018-02-16 | 
| Deweloper | Micha | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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:\/\/*\/*"
            ]
        }
    ]
}  |  |