Manifolio
Bet size calculator for Manifold Markets
Vad är Manifolio?
Manifolio är en Chrome-tillägg utvecklad av https://manifol.io, och dess huvudfunktion är "Bet size calculator for Manifold Markets".
Tilläggsskärmbilder
Ladda ner Manifolio-förlängningens CRX-fil
Ladda ner Manifolio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Bet size calculator for YES/NO questions on Manifold Markets. For a given probability, it calculates the optimal bet to place according to the Kelly criterion. This extension is a simple wrapper around the site https://manifol.io/ , it prefills the url of the market so you don't have to switch tabs.
Grundläggande Information om Tillägg
Namn | Manifolio |
ID | oaljejlppmbakfdnmodhconmbjmomjnl |
Officiell webbadress | https://chromewebstore.google.com/detail/manifolio/oaljejlppmbakfdnmodhconmbjmomjnl |
Beskrivning | Bet size calculator for Manifold Markets |
Filstorlek | 13.63 KB |
Antal Installationer | 87 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-08-17 |
Publiceringsdatum | 2023-08-17 |
Utvecklare | https://manifol.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://manifol.io/ |
URL till Sekretesspolicy Sidan | https://manifol.io/privacy-policy |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Manifolio", "version": "1.0.0", "description": "Bet size calculator for Manifold Markets", "permissions": [ "activeTab" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |