Jackpot.com Lottery Results
Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
Co to jest Jackpot.com Lottery Results?
Jackpot.com Lottery Results to rozszerzenie Chrome opracowane przez https://www.jackpot.com, a jego główną funkcją jest „Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jackpot.com Lottery Results
Pobierz pliki rozszerzeń Jackpot.com Lottery Results 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
Can’t wait for the email to arrive to tell you that you are a winner? You can use our extension to check your numbers against the winning draw to see if you are due a prize. Click the individual lottery results to find prize information from each draw, as well as details of previous draws for each game.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eejdoajmoiiillbhijnajkamammonfkc |
Oficjalny URL | https://chrome.google.com/webstore/detail/jackpotcom-lottery-result/eejdoajmoiiillbhijnajkamammonfkc |
Opis | Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here. |
Rozmiar pliku | 125 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2018-05-22 |
Data Publikacji | 2018-05-22 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.jackpot.com |
Typ Płatności | free |
Strona Rozszerzenia | https://www.jackpot.com |
Adres URL Strony Pomocy | https://jackpot.com/help |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jackpot.com Lottery Results", "short_name": "Jackpot.com", "version": "1.5", "manifest_version": 2, "description": "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "logo.png", "default_title": "Jackpot Lottery Results" }, "homepage_url": "https:\/\/www.jackpot.com", "permissions": [ "contextMenus", "tabs" ], "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "src\/bg\/background.js" ] } } |