Boo!

Adds very realistic animated spiders to your chrome browser.

Hvad er Boo!?

Boo! er en Chrome-udvidelse udviklet af bugextension, og dens hovedfunktion er "Adds very realistic animated spiders to your chrome browser.".

Udvidelsesskærmbilleder

screenshot

Download Boo!-udvidelses-CRX-fil

Download Boo!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Boo! Boo!
ID lppmdekfhcfphenoakkbdjnlgdbaklpd
Officiel URL https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd
Beskrivelse Adds very realistic animated spiders to your chrome browser.
Filstørrelse 60.92 KB
Antal Installationer 83
Nuværende Version 1.2
Senest Opdateret 2018-10-29
Udgivelsesdato 2018-10-29
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler bugextension
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://auz.github.io/Bug/
Understøttede Sprog 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"
    }
}