Sheep it
Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
Wat is Sheep it?
Sheep it is een Chrome-extensie ontwikkeld door Micha, en de belangrijkste functie is "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sheep it
Download Sheep it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Sheep it |
ID | kcjhdmkfdeoeiajoimodbdakohnefddk |
Officiële URL | https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk |
Beschrijving | Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage. |
Bestandsgrootte | 13.1 MB |
Aantal Installaties | 39 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-05-23 |
Publicatiedatum | 2018-02-16 |
Ontwikkelaar | Micha |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |