Boo!
Adds very realistic animated spiders to your chrome browser.
Boo!คืออะไร?
Boo! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bugextension และคุณลักษณะหลักของมันคือ "Adds very realistic animated spiders to your chrome browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boo!
ดาวน์โหลดไฟล์ส่วนขยาย Boo! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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! |
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" } } |