Bucket runs around!
Bucket runs around!
What is Bucket runs around!?
Bucket runs around! is a Chrome extension developed by Unknown, and its main feature is "Bucket runs around!".
Extension Screenshots
Download Bucket runs around! Extension CRX File
Download Bucket runs around! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bucket runs around! |
ID | nmefobbhfadgnohckbiaodelpdenjped |
Official URL | https://chromewebstore.google.com/detail/bucket-runs-around/nmefobbhfadgnohckbiaodelpdenjped |
Description | Bucket runs around! |
File Size | 31.45 KB |
Installation Count | 15 |
Current Version | 1.4.2 |
Last Updated | 2018-10-02 |
Publish Date | 2018-10-01 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://rice-boy.com |
Supported Languages | 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" ] } |