Jackpot.com Lottery Results
Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
What is Jackpot.com Lottery Results?
Jackpot.com Lottery Results is a Chrome extension developed by https://www.jackpot.com, and its main feature is "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.".
Extension Screenshots
Download Jackpot.com Lottery Results Extension CRX File
Download Jackpot.com Lottery Results extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | eejdoajmoiiillbhijnajkamammonfkc |
Official URL | 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. |
File Size | 125 KB |
Installation Count | 17 |
Current Version | 1.5 |
Last Updated | 2018-05-22 |
Publish Date | 2018-05-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.jackpot.com |
Payment Type | free |
Extension Website | https://www.jackpot.com |
Help Page URL | https://jackpot.com/help |
Supported Languages | 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" ] } } |