Arbitrage Calculator
Quick and easy calculator for your arbitrage/free bet needs
O que é Arbitrage Calculator?
Arbitrage Calculator é uma extensão do Chrome desenvolvida por M.R.E, e sua principal característica é "Quick and easy calculator for your arbitrage/free bet needs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Arbitrage Calculator
Baixe arquivos de extensão Arbitrage Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | iccpdknfnbkckoiambmanhidhhcilkkm |
URL Oficial | https://chrome.google.com/webstore/detail/arbitrage-calculator/iccpdknfnbkckoiambmanhidhhcilkkm |
Descrição | Quick and easy calculator for your arbitrage/free bet needs |
Tamanho do Arquivo | 48.05 KB |
Contagem de Instalações | 71 |
Versão Atual | 1.0.3 |
Última Atualização | 2015-09-01 |
Data de Publicação | 2015-08-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | M.R.E |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |