Snake game in popup
A fun game to play while waiting for things
Snake game in popupとは何ですか?
Snake game in popupはmereshkova1988によって開発されたChromeの拡張機能で、その主な機能は「A fun game to play while waiting for things」です。
拡張機能のスクリーンショット
Snake game in popup拡張機能のCRXファイルをダウンロード
Snake game in popup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A fun game to play while waiting for things A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail. Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug. 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.
拡張機能の基本情報
名前 | |
ID | lceljcmccmhchimgampbfnongkcgkjpi |
公式URL | https://chrome.google.com/webstore/detail/snake-game-in-popup/lceljcmccmhchimgampbfnongkcgkjpi |
説明 | A fun game to play while waiting for things |
ファイルサイズ | 622 KB |
インストール数 | 1,000 |
現在のバージョン | 27.8.2021.1 |
最終更新日 | 2021-08-28 |
公開日 | 2021-08-28 |
開発者 | mereshkova1988 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/terms-and-policies |
対応言語 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake game in popup", "version": "27.8.2021.1", "options_page": "options.html", "permissions": [ "storage" ], "description": "A fun game to play while waiting for things", "offline_enabled": true, "icons": { "16": "\/assets\/images\/icon.png", "48": "\/assets\/images\/icon.png", "128": "\/assets\/images\/icon.png" }, "browser_action": { "default_icon": "\/assets\/images\/icon.png", "default_popup": "popup.html" } } |