Boo!

Adds very realistic animated spiders to your chrome browser.

Cos'è Boo!?

Boo! è un'estensione di Chrome sviluppata da bugextension, e la sua funzione principale è "Adds very realistic animated spiders to your chrome browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Boo!

Scarica i file di estensione Boo! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Boo! Boo!
ID lppmdekfhcfphenoakkbdjnlgdbaklpd
URL Ufficiale https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd
Descrizione Adds very realistic animated spiders to your chrome browser.
Dimensione del File 60.92 KB
Conteggio Installazioni 83
Versione Corrente 1.2
Ultimo Aggiornamento 2018-10-29
Data di Pubblicazione 2018-10-29
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore bugextension
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://auz.github.io/Bug/
Lingue Supportate 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"
    }
}