Goosing Around

Get a little loosey-goosey with your new tab!

What is Goosing Around?

Goosing Around is a Chrome extension developed by allisonIsCoding, and its main feature is "Get a little loosey-goosey with your new tab!".

Extension Screenshots

screenshot

Download Goosing Around Extension CRX File

Download Goosing Around extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Goosing Around Goosing Around
ID gmeebnjijjipdpdddiaeicpknfekhinb
Official URL https://chromewebstore.google.com/detail/goosing-around/gmeebnjijjipdpdddiaeicpknfekhinb
Description Get a little loosey-goosey with your new tab!
File Size 1.09 MB
Installation Count 988
Current Version 1.1
Last Updated 2021-04-19
Publish Date 2021-04-19
Rating 4.14/5 Total 7 Ratings
Developer allisonIsCoding
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}