Poker 3 Bags

Poker Texas Holdem and other games.

Was ist Poker 3 Bags?

Poker 3 Bags ist eine Chrome-Erweiterung, die von M3D entwickelt wurde, und ihr Hauptmerkmal ist "Poker Texas Holdem and other games.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Poker 3 Bags-Erweiterungs-CRX-Datei herunterladen

Laden Sie Poker 3 Bags-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Poker 3 Bags Poker 3 Bags
ID elaooojnffbbffleipfpidefmgonlflo
Offizielle URL https://chromewebstore.google.com/detail/poker-3-bags/elaooojnffbbffleipfpidefmgonlflo
Beschreibung Poker Texas Holdem and other games.
Dateigröße 6.3 MB
Installationsanzahl 5,391
Aktuelle Version 2.04
Letztes Update 2020-04-15
Veröffentlichungsdatum 2020-04-15
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler M3D
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://m3d.me
URL der Datenschutzrichtlinien-Seite https://nyashi.ru/privacy-policy.html
Unterstützte Sprachen 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'"
}