Minesweeper Classic
Minesweeper Classic game for chrome
Minesweeper Classicとは何ですか?
Minesweeper Classicはefimenko.vlad11によって開発されたChromeの拡張機能で、その主な機能は「Minesweeper Classic game for chrome」です。
拡張機能のスクリーンショット
Minesweeper Classic拡張機能のCRXファイルをダウンロード
Minesweeper Classic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play Classic Minesweeper Game for Google Chrome Browser. The best version of the classic mines game! Minesweeper for Google Chrome Browser is the best version of the classic mines game! Play minesweeper free on your Chrome Browser! The classic game, just like you remember for free! Version 1 of the game brings you a significantly better classic minesweeper game experience, now with global high scores and more mines & landmines! Challenge strangers and your friends for fastest times. Set the level of mines for a higher difficulty and give yourself a challenge! To mark a mine use yout left click on mouse. Minesweeper classic free game. is one of the most interesting logic games. Minesweeper difficulties: Board sizes • 8x8 • 12x12 • 16x16 • 20x20 • 30x30 • 40x40 Mines count • From 5 to 150 Enjoy the game and avoid the mines! After installation just click on Minesweeper icon to start game.
拡張機能の基本情報
名前 | |
ID | ojfojcjaiejigmlhkpbephgnmljemiip |
公式URL | https://chrome.google.com/webstore/detail/minesweeper-classic/ojfojcjaiejigmlhkpbephgnmljemiip |
説明 | Minesweeper Classic game for chrome |
ファイルサイズ | 135 KB |
インストール数 | 3,628 |
現在のバージョン | 1.22 |
最終更新日 | 2023-01-31 |
公開日 | 2020-12-21 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | efimenko.vlad11 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "32.png" }, "background": { "service_worker": "background.js" }, "description": "Minesweeper Classic game for chrome", "icons": { "128": "128.png", "16": "32.png", "48": "64.png" }, "manifest_version": 3, "name": "Minesweeper Classic", "options_page": "option.html", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "declarativeNetRequest" ], "version": "1.22" } |