OddsBets - Apuestas deportivas
Get all the odds in your Chrome navegator.
什么是OddsBets - Apuestas deportivas?
OddsBets - Apuestas deportivas是由Juan开发的Chrome扩展程序,该扩展的主要功能是“Get all the odds in your Chrome navegator.”。
扩展截图
下载OddsBets - Apuestas deportivas扩展crx文件
下载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" ] } |