Boo!

Adds very realistic animated spiders to your chrome browser.

ما هو Boo!؟

Boo! هو إضافة Chrome تم تطويرها بواسطة bugextension، والميزة الرئيسية لها هي "Adds very realistic animated spiders to your chrome browser.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Boo!

قم بتنزيل ملفات الامتداد Boo! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Boo! Boo!
ID lppmdekfhcfphenoakkbdjnlgdbaklpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd
الوصف Adds very realistic animated spiders to your chrome browser.
حجم الملف 60.92 KB
عدد التثبيتات 83
النسخة الحالية 1.2
آخر تحديث 2018-10-29
تاريخ النشر 2018-10-29
تقييم 3.00/5 مجموع تقييمات 2
المطور bugextension
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://auz.github.io/Bug/
اللغات المدعومة 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"
    }
}