Arbitrage Calculator
This extension provides quick arbitrage calculations intended for sports betting. In arbitrage betting, seconds matter and having…
Arbitrage Calculator क्या है?
Arbitrage Calculator JuicedOdds द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides quick arbitrage calculations intended for sports betting. In arbitrage betting, seconds matter and having…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Arbitrage Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides quick arbitrage calculations intended for sports betting. In arbitrage betting, seconds matter and having this extension at the tip of your fingers can save your bet before it is removed by sports books. Calculations are provided instantly and options to convert between 2-way and 3-way arbitrage bets are available. Lastly, 3 different odds formats are available for your convenience: American, Decimal, and Fraction. There is a small $2 one time fee for use of this calculator to help support future projects and the creator. Best of luck with your arbitrage bets.
एक्सटेंशन की मूल जानकारी
नाम | Arbitrage Calculator |
ID | fganhdemlbigjkbogkoafaglmdbjafjh |
आधिकारिक URL | https://chromewebstore.google.com/detail/arbitrage-calculator/fganhdemlbigjkbogkoafaglmdbjafjh |
विवरण | This extension provides quick arbitrage calculations intended for sports betting. In arbitrage betting, seconds matter and having… |
फ़ाइल का आकार | 79.42 KB |
स्थापना संख्या | 61 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-12-13 |
प्रकाशन तिथि | 2022-04-14 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | JuicedOdds |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "John Robert B. Guazon", "name": "Arbitrage Calculator", "version": "1.0", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "utils\/ExtPay.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "default_title": "Arbitrage Calculator", "default_popup": "popup\/assistant.html" }, "options_page": "options\/set.html", "background": { "service_worker": "background\/background.js" } } |