Jackpot.com Lottery Results
Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
Qu'est-ce que Jackpot.com Lottery Results ?
Jackpot.com Lottery Results est une extension Chrome développée par https://www.jackpot.com, et sa fonction principale est "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jackpot.com Lottery Results
Téléchargez les fichiers d'extension Jackpot.com Lottery Results au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | eejdoajmoiiillbhijnajkamammonfkc |
URL Officiel | https://chrome.google.com/webstore/detail/jackpotcom-lottery-result/eejdoajmoiiillbhijnajkamammonfkc |
Description | Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here. |
Taille du Fichier | 125 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2018-05-22 |
Date de Publication | 2018-05-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.jackpot.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.jackpot.com |
URL de la Page d'Aide | https://jackpot.com/help |
Langues Prises en Charge | 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" ] } } |