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" ] } |