Surebet calculator
With this surebet calculator you can check if some bet offer an arbitrage opportunity
Co to jest Surebet calculator?
Surebet calculator to rozszerzenie Chrome opracowane przez rocka multimedia, a jego główną funkcją jest „With this surebet calculator you can check if some bet offer an arbitrage opportunity”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Surebet calculator
Pobierz pliki rozszerzeń Surebet calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ackkoddjjlobkhocmeebddpapmfnfadk |
Oficjalny URL | https://chrome.google.com/webstore/detail/surebet-calculator/ackkoddjjlobkhocmeebddpapmfnfadk |
Opis | With this surebet calculator you can check if some bet offer an arbitrage opportunity |
Rozmiar pliku | 15.66 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-10-07 |
Data Publikacji | 2015-10-07 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | rocka multimedia |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |