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”。
扩展截图
下载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!
扩展基本信息
名称 | |
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" ] } |