Poker 3 Bags

Poker Texas Holdem and other games.

什么是Poker 3 Bags?

Poker 3 Bags是由M3D开发的Chrome扩展程序,该扩展的主要功能是“Poker Texas Holdem and other games.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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'"
}