Surebet calculator
With this surebet calculator you can check if some bet offer an arbitrage opportunity
Surebet calculatorคืออะไร?
Surebet calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rocka multimedia และคุณลักษณะหลักของมันคือ "With this surebet calculator you can check if some bet offer an arbitrage opportunity"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Surebet calculator
ดาวน์โหลดไฟล์ส่วนขยาย Surebet calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ackkoddjjlobkhocmeebddpapmfnfadk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/surebet-calculator/ackkoddjjlobkhocmeebddpapmfnfadk |
คำอธิบาย | With this surebet calculator you can check if some bet offer an arbitrage opportunity |
ขนาดไฟล์ | 15.66 KB |
จำนวนการติดตั้ง | 85 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-10-07 |
วันที่เผยแพร่ | 2015-10-07 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | rocka multimedia |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surebet calculator", "version": "1.0.0", "description": "With this surebet calculator you can check if some bet offer an arbitrage opportunity", "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Surebet calculator", "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "files\/popup.js" ], "content_scripts": [ { "js": [ "popup.html" ], "matches": [ "http:\/\/*\/" ] } ], "permissions": [ "tabs" ] } |