Snake Game

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

Apa itu Snake Game?

Snake Game adalah ekstensi Chrome yang dikembangkan oleh tarundabhi, dan fitur utamanya adalah "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".

Screenshot Ekstensi

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

                        Play snake game in popup screen.                    

Informasi Dasar Ekstensi

Nama Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
URL Resmi https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
Deskripsi Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Ukuran File 68.06 KB
Jumlah Instalasi 3,000
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-02-21
Tanggal Publikasi 2019-09-24
Penilaian 3.40/5 Total 5 Penilaian
Pengembang tarundabhi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake Game",
    "version": "1.1",
    "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}