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 là gì?
Ludo là một tiện ích mở rộng Chrome được phát triển bởi http://www.crafterfun.com, và tính năng chính của nó là "Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ludo
Tải xuống các tệp mở rộng Ludo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | adfnhfhlmlmkihglliflljhdiecamafo |
URL Chính Thức | https://chrome.google.com/webstore/detail/ludo/adfnhfhlmlmkihglliflljhdiecamafo |
Mô tả | Get ready for the toughest battle with the Ludo game against three friends of you with the most classic board game. You should get |
Kích Thước Tệp | 64.98 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-04-21 |
Ngày Phát Hành | 2019-04-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://www.crafterfun.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |