Arbitrage Calculator

Quick and easy calculator for your arbitrage/free bet needs

Was ist Arbitrage Calculator?

Arbitrage Calculator ist eine Chrome-Erweiterung, die von M.R.E entwickelt wurde, und ihr Hauptmerkmal ist "Quick and easy calculator for your arbitrage/free bet needs".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Arbitrage Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Arbitrage Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Arbitrage Calculator Arbitrage Calculator
ID iccpdknfnbkckoiambmanhidhhcilkkm
Offizielle URL https://chrome.google.com/webstore/detail/arbitrage-calculator/iccpdknfnbkckoiambmanhidhhcilkkm
Beschreibung Quick and easy calculator for your arbitrage/free bet needs
Dateigröße 48.05 KB
Installationsanzahl 71
Aktuelle Version 1.0.3
Letztes Update 2015-09-01
Veröffentlichungsdatum 2015-08-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler M.R.E
Zahlungsart free
Unterstützte Sprachen 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'"
}