Poker 3 Bags
Poker Texas Holdem and other games.
What is Poker 3 Bags?
Poker 3 Bags is a Chrome extension developed by M3D, and its main feature is "Poker Texas Holdem and other games.".
Extension Screenshots
Download Poker 3 Bags Extension CRX File
Download Poker 3 Bags extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Poker 3 Bags |
ID | elaooojnffbbffleipfpidefmgonlflo |
Official URL | https://chromewebstore.google.com/detail/poker-3-bags/elaooojnffbbffleipfpidefmgonlflo |
Description | Poker Texas Holdem and other games. |
File Size | 6.3 MB |
Installation Count | 5,391 |
Current Version | 2.04 |
Last Updated | 2020-04-15 |
Publish Date | 2020-04-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | M3D |
[email protected] | |
Payment Type | free |
Extension Website | https://m3d.me |
Privacy Policy Page URL | https://nyashi.ru/privacy-policy.html |
Supported Languages | 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'" } |