Arbitrage Calculator
Quick and easy calculator for your arbitrage/free bet needs
什麼是Arbitrage Calculator?
Arbitrage Calculator是由M.R.E開發的Chrome擴展程式,該擴展的主要功能是“Quick and easy calculator for your arbitrage/free bet needs”。
擴展截圖
下載Arbitrage Calculator擴展crx文件
下載Arbitrage Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Whether you are using Arbitrage or Matched Betting, this quick and easy calculator, in the comfort of your browser, will increase your speed and efficiency when choosing the right bets to place. Naturally, there will be risks if you don't read up on the methodology. We are not responsible for any losses that you incur whilst using this extension. Use at your own risk. Version 1.0.3: The extension now maintains data between sessions.
擴展基本資訊
名稱 | |
ID | iccpdknfnbkckoiambmanhidhhcilkkm |
官方網址 | https://chrome.google.com/webstore/detail/arbitrage-calculator/iccpdknfnbkckoiambmanhidhhcilkkm |
簡介 | Quick and easy calculator for your arbitrage/free bet needs |
檔案大小 | 48.05 KB |
安裝次數 | 71 |
目前版本 | 1.0.3 |
更新時間 | 2015-09-01 |
上架時間 | 2015-08-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | M.R.E |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Arbitrage Calculator", "short_name": "Arb", "description": "Quick and easy calculator for your arbitrage\/free bet needs", "version": "1.0.3", "author": "[email protected]", "icons": { "16": "A16.png", "48": "A48.png", "128": "A128.png" }, "browser_action": { "default_icon": "A.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |