Goosing Around

Get a little loosey-goosey with your new tab!

Co je Goosing Around?

Goosing Around je rozšíření Chrome vyvinuté allisonIsCoding, a jeho hlavní funkcí je „Get a little loosey-goosey with your new tab!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Goosing Around

Stáhněte si soubory rozšíření Goosing Around ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Goosing Around Goosing Around
ID gmeebnjijjipdpdddiaeicpknfekhinb
Oficiální URL https://chromewebstore.google.com/detail/goosing-around/gmeebnjijjipdpdddiaeicpknfekhinb
Popis Get a little loosey-goosey with your new tab!
Velikost souboru 1.09 MB
Počet instalací 988
Aktuální Verze 1.1
Poslední Aktualizace 2021-04-19
Datum Vydání 2021-04-19
Hodnocení 4.14/5 Celkem 7 Hodnocení
Vývojář allisonIsCoding
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}