Simple Snake Game

Classic Snake Game in Your Browser

Simple Snake Gameとは何ですか?

Simple Snake Gameはhttps://helloacm.comによって開発されたChromeの拡張機能で、その主な機能は「Classic Snake Game in Your Browser」です。

拡張機能のスクリーンショット

screenshot
screenshot

Simple Snake Game拡張機能のCRXファイルをダウンロード

Simple Snake Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple Snake Game: Easy accessible when you want to play the classic snake game.

Source Code:
https://github.com/DoctorLai/SnakeGame

If you like this game, please support a cup of coffee, thanks :)
https://helloacm.com/out/buymecoffee                    

拡張機能の基本情報

名前 Simple Snake Game Simple Snake Game
ID fbbeckekbefhhmabpfjgpjobkmnfjbec
公式URL https://chromewebstore.google.com/detail/simple-snake-game/fbbeckekbefhhmabpfjgpjobkmnfjbec
説明 Classic Snake Game in Your Browser
ファイルサイズ 1.06 MB
インストール数 637
現在のバージョン 1.2
最終更新日 2022-01-10
公開日 2020-01-01
評価 1.00/5 合計 1 レビュー
開発者 https://helloacm.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://helloacm.com/static/game/snake/
ヘルプページのURL https://helloacm.com/static/game/snake/
プライバシーポリシーページのURL https://helloacm.com/disclaimer
対応言語 en,en-GB,en-US,pt-BR,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple Snake Game",
    "default_locale": "en",
    "short_name": "SnakeGame",
    "version": "1.2",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Simple Snake Game",
        "default_popup": "main.html"
    },
    "offline_enabled": true,
    "author": "justyy",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "Classic Snake Game in Your Browser",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "images\/*",
                "bs\/*"
            ],
            "extension_ids": [
                "fbbeckekbefhhmabpfjgpjobkmnfjbec"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}