Goosing Around

Get a little loosey-goosey with your new tab!

Qu'est-ce que Goosing Around ?

Goosing Around est une extension Chrome développée par allisonIsCoding, et sa fonction principale est "Get a little loosey-goosey with your new tab!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Goosing Around

Téléchargez les fichiers d'extension Goosing Around au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Goosing Around Goosing Around
ID gmeebnjijjipdpdddiaeicpknfekhinb
URL Officiel https://chromewebstore.google.com/detail/goosing-around/gmeebnjijjipdpdddiaeicpknfekhinb
Description Get a little loosey-goosey with your new tab!
Taille du Fichier 1.09 MB
Nombre d'Installations 988
Version Actuelle 1.1
Dernière Mise à Jour 2021-04-19
Date de Publication 2021-04-19
Évaluation 4.14/5 Total 7 Évaluations
Développeur allisonIsCoding
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}