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文件

下載Ludo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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 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
官方網址 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"
    ]
}