Sheep it
Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.
Vad är Sheep it?
Sheep it är en Chrome-tillägg utvecklad av Micha, och dess huvudfunktion är "Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage.".
Tilläggsskärmbilder
Ladda ner Sheep it-förlängningens CRX-fil
Ladda ner Sheep it-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kcjhdmkfdeoeiajoimodbdakohnefddk |
| Officiell webbadress | https://chromewebstore.google.com/detail/sheep-it/kcjhdmkfdeoeiajoimodbdakohnefddk |
| Beskrivning | Have fun with your friends & colleagues with this extension. It will show dancing sheep when loading any webpage. |
| Filstorlek | 13.1 MB |
| Antal Installationer | 39 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2022-05-23 |
| Publiceringsdatum | 2018-02-16 |
| Utvecklare | Micha |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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:\/\/*\/*"
]
}
]
} | |