Poker Oddy
This extension calcules pot odds, for online poker games
What is Poker Oddy?
Poker Oddy is a Chrome extension developed by Unknown, and its main feature is "This extension calcules pot odds, for online poker games".
Download Poker Oddy Extension CRX File
Download Poker Oddy 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
Poker Oddy is an extension for use while playing poker online games. You can quick decide between call or fold by calculating your chances and pot odds.
Extension Basic Information
Name | Poker Oddy |
ID | mochpboiffkefgiklbhiokmkfgdfefac |
Official URL | https://chromewebstore.google.com/detail/poker-oddy/mochpboiffkefgiklbhiokmkfgdfefac |
Description | This extension calcules pot odds, for online poker games |
File Size | 77.62 KB |
Installation Count | 167 |
Current Version | 1.0 |
Last Updated | 2015-12-07 |
Publish Date | 2015-12-07 |
Rating | 3.40/5 Total 5 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Poker Oddy", "description": "This extension calcules pot odds, for online poker games", "version": "1.0", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |