2048 Game
PLAY 2048 GAME ONLINE
2048 Gameとは何ですか?
2048 Gameはhttps://gamebobo.comによって開発されたChromeの拡張機能で、その主な機能は「PLAY 2048 GAME ONLINE」です。
拡張機能のスクリーンショット
2048 Game拡張機能のCRXファイルをダウンロード
2048 Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser! HOW TO PLAY: Use your arrow keys to move the numbers. When two tiles with the same number touch, they merge into one!
拡張機能の基本情報
名前 | |
ID | kjldfobcalpagmgddjaoplhhalgddiah |
公式URL | https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah |
説明 | PLAY 2048 GAME ONLINE |
ファイルサイズ | 9.46 KB |
インストール数 | 1,000 |
現在のバージョン | 2048 |
最終更新日 | 2019-11-07 |
公開日 | 2019-11-07 |
評価 | 2.15/5 合計 62 レビュー |
開発者 | https://gamebobo.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2048 Game", "version": "2048", "description": "PLAY 2048 GAME ONLINE", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/2048.gamebobo.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "2048 Game" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |