Boo!

Adds very realistic animated spiders to your chrome browser.

Apa itu Boo!?

Boo! adalah ekstensi Chrome yang dikembangkan oleh bugextension, dan fitur utamanya adalah "Adds very realistic animated spiders to your chrome browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Boo!

Unduh file ekstensi Boo! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Boo! Boo!
ID lppmdekfhcfphenoakkbdjnlgdbaklpd
URL Resmi https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd
Deskripsi Adds very realistic animated spiders to your chrome browser.
Ukuran File 60.92 KB
Jumlah Instalasi 83
Versi Saat Ini 1.2
Terakhir Diperbarui 2018-10-29
Tanggal Publikasi 2018-10-29
Penilaian 3.00/5 Total 2 Penilaian
Pengembang bugextension
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://auz.github.io/Bug/
Bahasa yang Didukung 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"
    }
}