Arbitrage Calculator
Quick and easy calculator for your arbitrage/free bet needs
Cos'è Arbitrage Calculator?
Arbitrage Calculator è un'estensione di Chrome sviluppata da M.R.E, e la sua funzione principale è "Quick and easy calculator for your arbitrage/free bet needs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Arbitrage Calculator
Scarica i file di estensione Arbitrage Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | iccpdknfnbkckoiambmanhidhhcilkkm |
URL Ufficiale | https://chrome.google.com/webstore/detail/arbitrage-calculator/iccpdknfnbkckoiambmanhidhhcilkkm |
Descrizione | Quick and easy calculator for your arbitrage/free bet needs |
Dimensione del File | 48.05 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2015-09-01 |
Data di Pubblicazione | 2015-08-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | M.R.E |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |