Poker 3 Bags
Poker Texas Holdem and other games.
Poker 3 Bagsとは何ですか?
Poker 3 BagsはM3Dによって開発されたChromeの拡張機能で、その主な機能は「Poker Texas Holdem and other games.」です。
拡張機能のスクリーンショット
Poker 3 Bags拡張機能のCRXファイルをダウンロード
Poker 3 Bags拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
3 Bags offers you three games with bots, including Poker Texas Hold'em, Throwaway Fool, and the new, author’s game Three Bags. A special feature of the poker game is the ability to view all poker combinations and their names. You can see both the combinations you have collected and all the potential ones by clicking the question mark button. This is a great way to get to know poker! Artificial intelligence of ten competitors will be improved in new versions.
拡張機能の基本情報
名前 | Poker 3 Bags |
ID | elaooojnffbbffleipfpidefmgonlflo |
公式URL | https://chromewebstore.google.com/detail/poker-3-bags/elaooojnffbbffleipfpidefmgonlflo |
説明 | Poker Texas Holdem and other games. |
ファイルサイズ | 6.3 MB |
インストール数 | 5,391 |
現在のバージョン | 2.04 |
最終更新日 | 2020-04-15 |
公開日 | 2020-04-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | M3D |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://m3d.me |
プライバシーポリシーページのURL | https://nyashi.ru/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Poker 3 Bags", "description": "Poker Texas Holdem and other games.", "version": "2.04", "icons": { "128": "i\/icon128.png", "48": "i\/icon48.png", "16": "i\/icon16.png" }, "permissions": [], "browser_action": { "default_icon": { "19": "i\/icon19.png", "38": "i\/icon38.png" } }, "background": { "scripts": [ "background.js" ] }, "options_page": "index.html", "content_security_policy": "script-src 'self'; object-src 'self'" } |