Surebet calculator
With this surebet calculator you can check if some bet offer an arbitrage opportunity
Surebet calculatorとは何ですか?
Surebet calculatorはrocka multimediaによって開発されたChromeの拡張機能で、その主な機能は「With this surebet calculator you can check if some bet offer an arbitrage opportunity」です。
拡張機能のスクリーンショット
Surebet calculator拡張機能のCRXファイルをダウンロード
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" ] } |