OddsBets - Apuestas deportivas
Get all the odds in your Chrome navegator.
OddsBets - Apuestas deportivasคืออะไร?
OddsBets - Apuestas deportivas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Juan และคุณลักษณะหลักของมันคือ "Get all the odds in your Chrome navegator."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OddsBets - Apuestas deportivas
ดาวน์โหลดไฟล์ส่วนขยาย OddsBets - Apuestas deportivas ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Con Oddbets podrás: -Recibir notificaciones de las oscilaciones de todos los partidos de todos los deportes en tu email y con notificaciones de Chrome. -Exportar partidos a .html o directamente a tu email. -Buscar cuotas entre todos los partidos de una forma fácil. -Añadir a favoritos los partidos que te interesen seguir para observar cambios en las cuotas. -Añadir notas en los partidos que desees para luego consultarlas No hace falta registro, todos los datos se guardan en Chrome para su fácil uso. Odd Bets you be able to: -Receive Notifications of the oscillations of all games of all sports in your email or notifications Chrome. -Export games in .html or directly to your email. -Search Odds between all games in an easy way. -Add To favorite games that interest you continue to observe odds changes. -Add Notes in games you want to consult No registration needed, all data is saved in Chrome for easy use.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ichinopekinbllkdbmkmjibiioendabm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/oddsbets-apuestas-deporti/ichinopekinbllkdbmkmjibiioendabm |
คำอธิบาย | Get all the odds in your Chrome navegator. |
ขนาดไฟล์ | 2.11 MB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2015-10-29 |
วันที่เผยแพร่ | 2015-10-29 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Juan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OddsBets - Apuestas deportivas", "version": "1.6", "description": "Get all the odds in your Chrome navegator.", "background_page": "background.html", "background": { "persistent": true, "scripts": [ "inline.js", "background.js" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Odds bets", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "contextMenus", "alarms" ] } |