Poker 3 Bags

Poker Texas Holdem and other games.

O que é Poker 3 Bags?

Poker 3 Bags é uma extensão do Chrome desenvolvida por M3D, e sua principal característica é "Poker Texas Holdem and other games.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Poker 3 Bags

Baixe arquivos de extensão Poker 3 Bags no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Poker 3 Bags Poker 3 Bags
ID elaooojnffbbffleipfpidefmgonlflo
URL Oficial https://chromewebstore.google.com/detail/poker-3-bags/elaooojnffbbffleipfpidefmgonlflo
Descrição Poker Texas Holdem and other games.
Tamanho do Arquivo 6.3 MB
Contagem de Instalações 5,391
Versão Atual 2.04
Última Atualização 2020-04-15
Data de Publicação 2020-04-15
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor M3D
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://m3d.me
URL da Página de Política de Privacidade https://nyashi.ru/privacy-policy.html
Idiomas Suportados 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'"
}