illgitthat / oddsboom-extension

2 stars 0 forks source link

name": "Oddsboom - Sportsbooks Tweaks", "version": "1.8", "manifest_version": 3, "description": "Automatically displays max bet on Draftkings, Caesars, and Betway for limited accounts. Bet is auto adjusted in betslip (not submitted) if bet exceeds limit.", "web_accessible_resources": [ { "resources": [ "inject_fetch.js" ], "matches": [ "https://*.williamhill.com/*", "https://sportsbook.caesars.com/*", "https://sportsbook.draftkings.com/*" ] }, { "resources": [ "inject_xhr.js" ], "matches": [ "https://*.betway.com/*" ] } ], "content_scripts": [ { "js": [ "content_script.js" ], "run_at": "document_start", "matches": [ "https://*.williamhill.com/*", "https://sportsbook.caesars.com/*", "https://*.betway.com/*", "https://sportsbook.draftkings.com/*" ] } ], "permissions": [ "tabs" ] } #1

Closed Scozzola99 closed 8 months ago

illgitthat commented 8 months ago

Was this opened by mistake or do you have an issue to report?

illgitthat commented 8 months ago

I'm going to close this out because it looks like it might have been a mistake. Feel free to open a new issue with more details if you'd like.