Boo!
Adds very realistic animated spiders to your chrome browser.
Boo! là gì?
Boo! là một tiện ích mở rộng Chrome được phát triển bởi bugextension, và tính năng chính của nó là "Adds very realistic animated spiders to your chrome browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Boo!
Tải xuống các tệp mở rộng Boo! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Boo! |
ID | lppmdekfhcfphenoakkbdjnlgdbaklpd |
URL Chính Thức | https://chromewebstore.google.com/detail/boo/lppmdekfhcfphenoakkbdjnlgdbaklpd |
Mô tả | Adds very realistic animated spiders to your chrome browser. |
Kích Thước Tệp | 60.92 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-10-29 |
Ngày Phát Hành | 2018-10-29 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | bugextension |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://auz.github.io/Bug/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |