Snake

The authentic snake game in a popup. Smooth animations and a saved high score!

Snakeとは何ですか?

SnakeはKris10ansnによって開発されたChromeの拡張機能で、その主な機能は「The authentic snake game in a popup. Smooth animations and a saved high score!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Unlike many other options out there, this extension saves your highscore, so that you dont have to just remember that really good score when youre gonna tell all your friends about it. 

Snake can occasionally show promoted websites when updating. Snake may also show non-intrusive banner advertisements at the bottom of the game window.                    

拡張機能の基本情報

名前 Snake Snake
ID oppflpnigmhkldmdmmbnopidlhahanji
公式URL https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji
説明 The authentic snake game in a popup. Smooth animations and a saved high score!
ファイルサイズ 30.15 KB
インストール数 463,081
現在のバージョン 2.2.15
最終更新日 2024-02-21
公開日 2020-02-26
評価 4.30/5 合計 44 レビュー
開発者 Kris10ansn
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kris10ansn.github.io
ヘルプページのURL https://kris10ansn.github.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "name": "Snake",
    "short_name": "Snake",
    "version": "2.2.15",
    "description": "The authentic snake game in a popup. Smooth animations and a saved high score!",
    "icons": {
        "16": "images\/head.png",
        "48": "images\/head.png",
        "128": "images\/head.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/head.png",
            "24": "images\/head.png",
            "32": "images\/head.png",
            "48": "images\/head.png",
            "128": "images\/head.png"
        },
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "manifest_version": 3
}