Bucket runs around!
Bucket runs around!
什么是Bucket runs around!?
Bucket runs around!是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Bucket runs around!”。
扩展截图
下载Bucket runs around!扩展crx文件
下载Bucket runs around!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bucket, created by Brooklyn genius Evan Dahm, runs around your screen! Make Bucket run around with WASD, HJKL, or the arrow keys, and sit down with spacebar.
扩展基本信息
名称 | Bucket runs around! |
ID | nmefobbhfadgnohckbiaodelpdenjped |
官方URL | https://chromewebstore.google.com/detail/bucket-runs-around/nmefobbhfadgnohckbiaodelpdenjped |
简介 | Bucket runs around! |
文件大小 | 31.45 KB |
安装次数 | 15 |
当前版本 | 1.4.2 |
更新时间 | 2018-10-02 |
上架时间 | 2018-10-01 |
评分 | 5.00/5 共4次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | http://rice-boy.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bucket runs around!", "short_name": "Bucket!", "description": "Bucket runs around!", "version": "1.4.2", "icons": { "25": "mini.png", "128": "mega.png" }, "browser_action": { "default_icon": "mini-off.png", "default_title": "Click to make Bucket run around!" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "bucket.png" ] } |