Manifolio

Bet size calculator for Manifold Markets

Wat is Manifolio?

Manifolio is een Chrome-extensie ontwikkeld door https://manifol.io, en de belangrijkste functie is "Bet size calculator for Manifold Markets".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Manifolio

Download Manifolio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Manifolio Manifolio
ID oaljejlppmbakfdnmodhconmbjmomjnl
Officiële URL https://chromewebstore.google.com/detail/manifolio/oaljejlppmbakfdnmodhconmbjmomjnl
Beschrijving Bet size calculator for Manifold Markets
Bestandsgrootte 13.63 KB
Aantal Installaties 87
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-08-17
Publicatiedatum 2023-08-17
Ontwikkelaar https://manifol.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://manifol.io/
URL van de Privacybeleid Pagina https://manifol.io/privacy-policy
Ondersteunde Talen 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"
    }
}