OddsBets - Apuestas deportivas
Get all the odds in your Chrome navegator.
OddsBets - Apuestas deportivas là gì?
OddsBets - Apuestas deportivas là một tiện ích mở rộng Chrome được phát triển bởi Juan, và tính năng chính của nó là "Get all the odds in your Chrome navegator.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OddsBets - Apuestas deportivas
Tải xuống các tệp mở rộng OddsBets - Apuestas deportivas 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ichinopekinbllkdbmkmjibiioendabm |
URL Chính Thức | https://chrome.google.com/webstore/detail/oddsbets-apuestas-deporti/ichinopekinbllkdbmkmjibiioendabm |
Mô tả | Get all the odds in your Chrome navegator. |
Kích Thước Tệp | 2.11 MB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2015-10-29 |
Ngày Phát Hành | 2015-10-29 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Juan |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |