Surebet calculator
With this surebet calculator you can check if some bet offer an arbitrage opportunity
Cos'è Surebet calculator?
Surebet calculator è un'estensione di Chrome sviluppata da rocka multimedia, e la sua funzione principale è "With this surebet calculator you can check if some bet offer an arbitrage opportunity".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Surebet calculator
Scarica i file di estensione Surebet 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
Informazioni di Base sull'Estensione
Nome | |
ID | ackkoddjjlobkhocmeebddpapmfnfadk |
URL Ufficiale | https://chrome.google.com/webstore/detail/surebet-calculator/ackkoddjjlobkhocmeebddpapmfnfadk |
Descrizione | With this surebet calculator you can check if some bet offer an arbitrage opportunity |
Dimensione del File | 15.66 KB |
Conteggio Installazioni | 85 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-10-07 |
Data di Pubblicazione | 2015-10-07 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | rocka multimedia |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |