Color Snake

DESCRIPTION

Apa itu Color Snake?

Color Snake adalah ekstensi Chrome yang dikembangkan oleh https://www.playtcubed.com, dan fitur utamanya adalah "DESCRIPTION".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Color Snake

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

                        A colorful and cute version of the classic snake game :)

Versions

1.0.1 - Original                    

Informasi Dasar Ekstensi

Nama Color Snake Color Snake
ID hdnggdbkgcghkahiekpcfolfcjdbcjkk
URL Resmi https://chromewebstore.google.com/detail/color-snake/hdnggdbkgcghkahiekpcfolfcjdbcjkk
Deskripsi DESCRIPTION
Ukuran File 5.55 MB
Jumlah Instalasi 1,114
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-07-21
Tanggal Publikasi 2021-07-21
Pengembang https://www.playtcubed.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://playtcubed.com/
URL Halaman Bantuan http://playtcubed.com/
URL Halaman Kebijakan Privasi https://playtcubed.com/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self';",
    "name": "Color Snake",
    "description": "DESCRIPTION",
    "version": "1.0.1",
    "icons": {
        "128": "game\/icons\/icon-128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/icons\/icon-128.png",
        "default_popup": "\/game\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    },
    "web_accessible_resources": [
        "game\/js\/*",
        "game\/libs\/*"
    ]
}