Minesweeper

Remember Minesweeper? Then you must play this extension directly from your chrome!

Minesweeper란 무엇입니까?

Minesweeper은(는) https://minesweepx.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remember Minesweeper? Then you must play this extension directly from your chrome!"입니다.

확장 프로그램 스크린샷

screenshot

Minesweeper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Remember Minesweeper? Then you must play this extension directly from your chrome!
Before you jump into this, you need to know how the game actually works.
Contrary to popular belief, it's actually quite simply. Click a square, you get a number. That number is the number of how many mines are surrounding it. If you find the mine, you can open "unopened" squares around it, opening more areas.


To uninstall, just go to your chrome extensions page and remove it with a single button.


Please read - 
privacy - 
http://minesweepx.com/minesweepx/privacy.html
eula - 
http://minesweepx.com/minesweepx/eula.html
terms- 
http://minesweepx.com/minesweepx/terms.html

Good luck and have fun!                    

확장 프로그램 기본 정보

이름 Minesweeper Minesweeper
ID npbiafpbiejjckccaaicnpghoejcpopm
공식 URL https://chromewebstore.google.com/detail/minesweeper/npbiafpbiejjckccaaicnpghoejcpopm
설명 Remember Minesweeper? Then you must play this extension directly from your chrome!
파일 크기 189 KB
설치 횟수 32
현재 버전 2.5.17
최근 업데이트 2017-06-29
출시 날짜 2017-06-29
개발자 https://minesweepx.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/grain.png",
        "default_title": "Minesweeper"
    },
    "chrome_url_overrides": {
        "newtab": "similarly.html"
    },
    "content_security_policy": "script-src blob: filesystem: chrome-extension-resource: 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Remember Minesweeper? Then you must play this extension directly from your chrome!",
    "icons": {
        "128": "images\/grain.png"
    },
    "manifest_version": 2,
    "name": "Minesweeper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.17"
}