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 |
官方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" } } |