Manifolio
Bet size calculator for Manifold Markets
Was ist Manifolio?
Manifolio ist eine Chrome-Erweiterung, die von https://manifol.io entwickelt wurde, und ihr Hauptmerkmal ist "Bet size calculator for Manifold Markets".
Erweiterungsscreenshots
Manifolio-Erweiterungs-CRX-Datei herunterladen
Laden Sie Manifolio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Manifolio |
ID | oaljejlppmbakfdnmodhconmbjmomjnl |
Offizielle URL | https://chromewebstore.google.com/detail/manifolio/oaljejlppmbakfdnmodhconmbjmomjnl |
Beschreibung | Bet size calculator for Manifold Markets |
Dateigröße | 13.63 KB |
Installationsanzahl | 87 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-08-17 |
Veröffentlichungsdatum | 2023-08-17 |
Entwickler | https://manifol.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://manifol.io/ |
URL der Datenschutzrichtlinien-Seite | https://manifol.io/privacy-policy |
Unterstützte Sprachen | 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" } } |