Manifolio

Bet size calculator for Manifold Markets

What is Manifolio?

Manifolio is a Chrome extension developed by https://manifol.io, and its main feature is "Bet size calculator for Manifold Markets".

Extension Screenshots

screenshot

Download Manifolio Extension CRX File

Download Manifolio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Manifolio Manifolio
ID oaljejlppmbakfdnmodhconmbjmomjnl
Official URL https://chromewebstore.google.com/detail/manifolio/oaljejlppmbakfdnmodhconmbjmomjnl
Description Bet size calculator for Manifold Markets
File Size 13.63 KB
Installation Count 87
Current Version 1.0.0
Last Updated 2023-08-17
Publish Date 2023-08-17
Developer https://manifol.io
Email [email protected]
Payment Type free
Extension Website https://manifol.io/
Privacy Policy Page URL https://manifol.io/privacy-policy
Supported Languages 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"
    }
}