Bucket runs around!

Bucket runs around!

Cos'è Bucket runs around!?

Bucket runs around! è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Bucket runs around!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bucket runs around!

Scarica i file di estensione Bucket runs around! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bucket runs around! Bucket runs around!
ID nmefobbhfadgnohckbiaodelpdenjped
URL Ufficiale https://chromewebstore.google.com/detail/bucket-runs-around/nmefobbhfadgnohckbiaodelpdenjped
Descrizione Bucket runs around!
Dimensione del File 31.45 KB
Conteggio Installazioni 15
Versione Corrente 1.4.2
Ultimo Aggiornamento 2018-10-02
Data di Pubblicazione 2018-10-01
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione http://rice-boy.com
Lingue Supportate 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"
    ]
}