Boo!

Adds very realistic animated spiders to your chrome browser.

O que é Boo!?

Boo! é uma extensão do Chrome desenvolvida por bugextension, e sua principal característica é "Adds very realistic animated spiders to your chrome browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Boo!

Baixe arquivos de extensão Boo! 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

                        Every time you click the 'boo!' button, a spider will be added to the current page. There is a random delay to maximize the fright.  The animated spiders will walk around the screen. If your mouse overlaps the spider there is a chance of it dying and falling to the bottom of the screen.                    

Informações Básicas da Extensão

Nome Boo! Boo!
ID lppmdekfhcfphenoakkbdjnlgdbaklpd
URL Oficial https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd
Descrição Adds very realistic animated spiders to your chrome browser.
Tamanho do Arquivo 60.92 KB
Contagem de Instalações 83
Versão Atual 1.2
Última Atualização 2018-10-29
Data de Publicação 2018-10-29
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor bugextension
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://auz.github.io/Bug/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boo!",
    "short_name": "Boo!",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Adds very realistic animated spiders to your chrome browser.",
    "homepage_url": "https:\/\/auz.github.io\/Bug\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "boo!"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "boo-icon16.png",
        "48": "boo-icon48.png",
        "64": "boo-icon64.png",
        "128": "boo-icon128.png"
    }
}