Snake

The authentic snake game in a popup.

Snakeとは何ですか?

Snakeはalla.sorochannによって開発されたChromeの拡張機能で、その主な機能は「The authentic snake game in a popup.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The authentic snake game in a popup.
This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.                    

拡張機能の基本情報

名前 Snake Snake
ID ilejgclbbbhiecfpkgpecodahkbgfgco
公式URL https://chrome.google.com/webstore/detail/snake/ilejgclbbbhiecfpkgpecodahkbgfgco
説明 The authentic snake game in a popup.
ファイルサイズ 6.5 KB
インストール数 358
現在のバージョン 3.11.2021.1
最終更新日 2021-11-04
公開日 2021-11-04
開発者 alla.sorochann
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "short_name": "Snake",
    "version": "3.11.2021.1",
    "description": "The authentic snake game in a popup.",
    "icons": {
        "16": "images\/head.png",
        "48": "images\/head.png",
        "128": "images\/head.png"
    },
    "browser_action": {
        "default_icon": "images\/head.png",
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "manifest_version": 2
}