Goosing Around
Get a little loosey-goosey with your new tab!
Vad är Goosing Around?
Goosing Around är en Chrome-tillägg utvecklad av allisonIsCoding, och dess huvudfunktion är "Get a little loosey-goosey with your new tab!".
Tilläggsskärmbilder
Ladda ner Goosing Around-förlängningens CRX-fil
Ladda ner Goosing Around-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
                        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!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | gmeebnjijjipdpdddiaeicpknfekhinb | 
| Officiell webbadress | https://chromewebstore.google.com/detail/goosing-around/gmeebnjijjipdpdddiaeicpknfekhinb | 
| Beskrivning | Get a little loosey-goosey with your new tab! | 
| Filstorlek | 1.09 MB | 
| Antal Installationer | 988 | 
| Aktuell Version | 1.1 | 
| Senast Uppdaterad | 2021-04-19 | 
| Publiceringsdatum | 2021-04-19 | 
| Betyg | 4.14/5 Totalt 7 Betyg | 
| Utvecklare | allisonIsCoding | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |