Boo!
Adds very realistic animated spiders to your chrome browser.
什麼是Boo!?
Boo!是由bugextension開發的Chrome擴展程式,該擴展的主要功能是“Adds very realistic animated spiders to your chrome browser.”。
擴展截圖
下載Boo!擴展crx文件
下載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 |
官方網址 | 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" } } |