Poker 3 Bags

Poker Texas Holdem and other games.

ما هو Poker 3 Bags؟

Poker 3 Bags هو إضافة Chrome تم تطويرها بواسطة M3D، والميزة الرئيسية لها هي "Poker Texas Holdem and other games.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Poker 3 Bags

قم بتنزيل ملفات الامتداد Poker 3 Bags بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة سياسة الخصوصية 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'"
}