Poker 3 Bags

Poker Texas Holdem and other games.

Vad är Poker 3 Bags?

Poker 3 Bags är en Chrome-tillägg utvecklad av M3D, och dess huvudfunktion är "Poker Texas Holdem and other games.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Poker 3 Bags-förlängningens CRX-fil

Ladda ner Poker 3 Bags-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Poker 3 Bags Poker 3 Bags
ID elaooojnffbbffleipfpidefmgonlflo
Officiell webbadress https://chromewebstore.google.com/detail/poker-3-bags/elaooojnffbbffleipfpidefmgonlflo
Beskrivning Poker Texas Holdem and other games.
Filstorlek 6.3 MB
Antal Installationer 5,391
Aktuell Version 2.04
Senast Uppdaterad 2020-04-15
Publiceringsdatum 2020-04-15
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare M3D
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://m3d.me
URL till Sekretesspolicy Sidan https://nyashi.ru/privacy-policy.html
Stödda Språk 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'"
}