Sheep it
Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
¿Qué es Sheep it?
Sheep it es una extensión de Chrome desarrollada por Micha, y su función principal es "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sheep it
Descarga archivos de extensión Sheep it en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Sheep it |
ID | kcjhdmkfdeoeiajoimodbdakohnefddk |
URL Oficial | https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk |
Descripción | Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage. |
Tamaño del Archivo | 13.1 MB |
Cantidad de Instalaciones | 39 |
Versión Actual | 1.1.0 |
Última Actualización | 2022-05-23 |
Fecha de Publicación | 2018-02-16 |
Desarrollador | Micha |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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:\/\/*\/*" ] } ] } |