Ludo

Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get

Ludo란 무엇입니까?

Ludo은(는) http://www.crafterfun.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get your four characters to the area which is in the middle of the board and in the color of your tokens. You should roll six number with the dice to start moving with one of your tokens.  The Ludo game which can be played up to four players, begins!                    

확장 프로그램 기본 정보

이름 Ludo Ludo
ID adfnhfhlmlmkihglliflljhdiecamafo
공식 URL https://chrome.google.com/webstore/detail/ludo/adfnhfhlmlmkihglliflljhdiecamafo
설명 Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get
파일 크기 64.98 KB
설치 횟수 1,000
현재 버전 0.0.1
최근 업데이트 2019-04-21
출시 날짜 2019-04-21
평점 5.00/5 총 2 개의 평점
개발자 http://www.crafterfun.com
결제 유형 free
지원되는 언어 en,no
manifest.json
{
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": "imgs\/icon48.png",
        "default_popup": "home.html"
    },
    "icons": {
        "48": "imgs\/icon48.png",
        "128": "imgs\/ludo-128.png"
    },
    "version": "0.0.1",
    "name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "assets\/bg.js"
        ]
    },
    "permissions": [
        "tabs",
        "topSites"
    ]
}