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" ] } |