A browser extension that converts Polymarket implied probabilities to decimal odds. Works on both Chrome and Firefox.
- Converts Polymarket probabilities to decimal odds
- Toggle extension on/off with a single click
- Works on all Polymarket pages
- Supports both Chrome and Firefox
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the extension directory
- Make sure to use
manifest-chrome.jsonas the manifest file by renaming tomanifest.json
- Download or clone this repository
- Open Firefox and go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the extension directory
- Make sure to use
manifest-firefox.jsonas the manifest file by renaming tomanifest.json
- Navigate to any Polymarket page
- The extension will automatically convert probabilities to decimal odds
- Click the extension icon in your browser toolbar to toggle the conversion on/off
The extension uses different manifest files for Chrome and Firefox due to browser-specific requirements:
manifest-chrome.json: Uses service worker for Chromemanifest-firefox.json: Uses background scripts for Firefox
For reference on this issue, see:
