Goosing Around

Get a little loosey-goosey with your new tab!

O que é Goosing Around?

Goosing Around é uma extensão do Chrome desenvolvida por allisonIsCoding, e sua principal característica é "Get a little loosey-goosey with your new tab!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Goosing Around

Baixe arquivos de extensão Goosing Around no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Goosing Around Goosing Around
ID gmeebnjijjipdpdddiaeicpknfekhinb
URL Oficial https://chromewebstore.google.com/detail/goosing-around/gmeebnjijjipdpdddiaeicpknfekhinb
Descrição Get a little loosey-goosey with your new tab!
Tamanho do Arquivo 1.09 MB
Contagem de Instalações 988
Versão Atual 1.1
Última Atualização 2021-04-19
Data de Publicação 2021-04-19
Classificação 4.14/5 Total de 7 Avaliações
Desenvolvedor allisonIsCoding
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}