Snake

Play Snake!

Apa itu Snake?

Snake adalah ekstensi Chrome yang dikembangkan oleh philip s, dan fitur utamanya adalah "Play Snake!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Snake

Unduh file ekstensi Snake 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

                        Play the classic snake game in a Google Chrome popup.
Select a difficulty and use arrow keys to control.
Control the snake to eat the food and grow, but be careful not to eat yourself or touch the wall.                    

Informasi Dasar Ekstensi

Nama Snake Snake
ID goicnfoaggodccboajidgdckohdpfmib
URL Resmi https://chromewebstore.google.com/detail/snake/goicnfoaggodccboajidgdckohdpfmib
Deskripsi Play Snake!
Ukuran File 24.14 KB
Jumlah Instalasi 444
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-07-29
Tanggal Publikasi 2018-07-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang philip s
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.0",
    "description": "Play Snake!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Snake!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "s16.png",
        "32": "s32.png",
        "48": "s48.png",
        "64": "s64.png",
        "128": "s128.png"
    }
}