PolymarketOddsConverter
A browser extension that converts Polymarket implied probabilities to decimal odds. Works on both Chrome and Firefox.
Install / Use
/learn @grigolin/PolymarketOddsConverterREADME
Polymarket Odds Converter
A browser extension that converts Polymarket implied probabilities to decimal odds. Works on both Chrome and Firefox.
Features
- Converts Polymarket probabilities to decimal odds
- Toggle extension on/off with a single click
- Works on all Polymarket pages
- Supports both Chrome and Firefox
Installation
Chrome
- 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
Firefox
- 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
Usage
- 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
Development
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:
- https://stackoverflow.com/questions/75043889/manifest-v3-background-scripts-service-worker-on-firefox
- https://github.com/w3c/webextensions/issues/282
