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
官方網址 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'"
}