Manifolio
Bet size calculator for Manifold Markets
ما هو Manifolio؟
Manifolio هو إضافة Chrome تم تطويرها بواسطة https://manifol.io، والميزة الرئيسية لها هي "Bet size calculator for Manifold Markets".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Manifolio
قم بتنزيل ملفات الامتداد Manifolio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | oaljejlppmbakfdnmodhconmbjmomjnl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/manifolio/oaljejlppmbakfdnmodhconmbjmomjnl |
| الوصف | Bet size calculator for Manifold Markets |
| حجم الملف | 13.63 KB |
| عدد التثبيتات | 87 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2023-08-17 |
| تاريخ النشر | 2023-08-17 |
| المطور | https://manifol.io |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://manifol.io/ |
| عنوان صفحة سياسة الخصوصية | https://manifol.io/privacy-policy |
| اللغات المدعومة | 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"
}
} | |