Jackpot.com Lottery Results
Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
Wat is Jackpot.com Lottery Results?
Jackpot.com Lottery Results is een Chrome-extensie ontwikkeld door https://www.jackpot.com, en de belangrijkste functie is "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jackpot.com Lottery Results
Download Jackpot.com Lottery Results-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | eejdoajmoiiillbhijnajkamammonfkc |
Officiële URL | https://chrome.google.com/webstore/detail/jackpotcom-lottery-result/eejdoajmoiiillbhijnajkamammonfkc |
Beschrijving | Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here. |
Bestandsgrootte | 125 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2018-05-22 |
Publicatiedatum | 2018-05-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.jackpot.com |
Betalingswijze | free |
Extensiewebsite | https://www.jackpot.com |
Help Pagina-URL | https://jackpot.com/help |
Ondersteunde Talen | 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" ] } } |