Boo!

Adds very realistic animated spiders to your chrome browser.

What is Boo!?

Boo! is a Chrome extension developed by bugextension, and its main feature is "Adds very realistic animated spiders to your chrome browser.".

Extension Screenshots

screenshot

Download Boo! Extension CRX File

Download Boo! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Boo! Boo!
ID lppmdekfhcfphenoakkbdjnlgdbaklpd
Official URL https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd
Description Adds very realistic animated spiders to your chrome browser.
File Size 60.92 KB
Installation Count 83
Current Version 1.2
Last Updated 2018-10-29
Publish Date 2018-10-29
Rating 3.00/5 Total 2 Ratings
Developer bugextension
Email [email protected]
Payment Type free
Extension Website https://auz.github.io/Bug/
Supported Languages 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"
    }
}