Snake game

A fun game to play while waiting for things

Apa itu Snake game?

Snake game adalah ekstensi Chrome yang dikembangkan oleh Gecko Software, dan fitur utamanya adalah "A fun game to play while waiting for things".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Snake game

Unduh file ekstensi Snake game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail.



Code functions from codepen.io                    

Informasi Dasar Ekstensi

Nama Snake game Snake game
ID lljpgahbeilaecaaiecghpmfajfeclge
URL Resmi https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge
Deskripsi A fun game to play while waiting for things
Ukuran File 625 KB
Jumlah Instalasi 20,000
Versi Saat Ini 2.9.0
Terakhir Diperbarui 2019-08-19
Tanggal Publikasi 2019-08-18
Penilaian 4.49/5 Total 67 Penilaian
Pengembang Gecko Software
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake game",
    "version": "2.9.0",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "description": "A fun game to play while waiting for things",
    "offline_enabled": true,
    "author": "Ian",
    "icons": {
        "16": "\/assets\/images\/icon.png",
        "48": "\/assets\/images\/icon.png",
        "128": "\/assets\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    }
}