Goosing Around
Get a little loosey-goosey with your new tab!
Cos'è Goosing Around?
Goosing Around è un'estensione di Chrome sviluppata da allisonIsCoding, e la sua funzione principale è "Get a little loosey-goosey with your new tab!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Goosing Around
Scarica i file di estensione Goosing Around in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds goose-features to the chrome new tab. Replaces the cursor with an image of a goose, and makes a goose sound every time you click, and drops an egg upon double-clicking. A wonderfully lighthearted prank to play on your friends, coworkers, or loved ones! Informazioni di Base sull'Estensione
| Nome | |
| ID | gmeebnjijjipdpdddiaeicpknfekhinb |
| URL Ufficiale | https://chromewebstore.google.com/detail/goosing-around/gmeebnjijjipdpdddiaeicpknfekhinb |
| Descrizione | Get a little loosey-goosey with your new tab! |
| Dimensione del File | 1.09 MB |
| Conteggio Installazioni | 988 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2021-04-19 |
| Data di Pubblicazione | 2021-04-19 |
| Valutazione | 4.14/5 Totale 7 Valutazioni |
| Sviluppatore | allisonIsCoding |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Goosing Around",
"short_name": "Goosing",
"description": "Get a little loosey-goosey with your new tab!",
"version": "1.1",
"manifest_version": 3,
"author": "Allison Jacobs",
"chrome_url_overrides": {
"newtab": "\/goosing-around\/styles\/newtab.html"
},
"action": {
"default_icon": {
"48": "\/goosing-around\/assets\/goose-48.png"
}
},
"icons": {
"128": "\/goosing-around\/assets\/goose-128.png",
"48": "\/goosing-around\/assets\/goose-48.png",
"16": "\/goosing-around\/assets\/goose-16.png"
}
} | |