Poker 3 Bags

Poker Texas Holdem and other games.

Co to jest Poker 3 Bags?

Poker 3 Bags to rozszerzenie Chrome opracowane przez M3D, a jego główną funkcją jest „Poker Texas Holdem and other games.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Poker 3 Bags

Pobierz pliki rozszerzeń Poker 3 Bags w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Poker 3 Bags Poker 3 Bags
ID elaooojnffbbffleipfpidefmgonlflo
Oficjalny URL https://chromewebstore.google.com/detail/poker-3-bags/elaooojnffbbffleipfpidefmgonlflo
Opis Poker Texas Holdem and other games.
Rozmiar pliku 6.3 MB
Liczba instalacji 5,391
Aktualna Wersja 2.04
Ostatnia Aktualizacja 2020-04-15
Data Publikacji 2020-04-15
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper M3D
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://m3d.me
Adres URL Strony Polityki Prywatności https://nyashi.ru/privacy-policy.html
Obsługiwane Języki 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'"
}