Arbitrage Calculator
Quick and easy calculator for your arbitrage/free bet needs
Arbitrage Calculatorคืออะไร?
Arbitrage Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M.R.E และคุณลักษณะหลักของมันคือ "Quick and easy calculator for your arbitrage/free bet needs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arbitrage Calculator
ดาวน์โหลดไฟล์ส่วนขยาย Arbitrage Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Whether you are using Arbitrage or Matched Betting, this quick and easy calculator, in the comfort of your browser, will increase your speed and efficiency when choosing the right bets to place. Naturally, there will be risks if you don't read up on the methodology. We are not responsible for any losses that you incur whilst using this extension. Use at your own risk. Version 1.0.3: The extension now maintains data between sessions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iccpdknfnbkckoiambmanhidhhcilkkm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/arbitrage-calculator/iccpdknfnbkckoiambmanhidhhcilkkm |
คำอธิบาย | Quick and easy calculator for your arbitrage/free bet needs |
ขนาดไฟล์ | 48.05 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2015-09-01 |
วันที่เผยแพร่ | 2015-08-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | M.R.E |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Arbitrage Calculator", "short_name": "Arb", "description": "Quick and easy calculator for your arbitrage\/free bet needs", "version": "1.0.3", "author": "[email protected]", "icons": { "16": "A16.png", "48": "A48.png", "128": "A128.png" }, "browser_action": { "default_icon": "A.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |