Manifolio

Bet size calculator for Manifold Markets

Manifolio là gì?

Manifolio là một tiện ích mở rộng Chrome được phát triển bởi https://manifol.io, và tính năng chính của nó là "Bet size calculator for Manifold Markets".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Manifolio

Tải xuống các tệp mở rộng Manifolio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Manifolio Manifolio
ID oaljejlppmbakfdnmodhconmbjmomjnl
URL Chính Thức https://chromewebstore.google.com/detail/manifolio/oaljejlppmbakfdnmodhconmbjmomjnl
Mô tả Bet size calculator for Manifold Markets
Kích Thước Tệp 13.63 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-08-17
Ngày Phát Hành 2023-08-17
Nhà Phát Triển https://manifol.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://manifol.io/
URL Trang Chính Sách Bảo Mật https://manifol.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}