Jackpot.com Lottery Results
Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
Hvad er Jackpot.com Lottery Results?
Jackpot.com Lottery Results er en Chrome-udvidelse udviklet af https://www.jackpot.com, og dens hovedfunktion er "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.".
Udvidelsesskærmbilleder
Download Jackpot.com Lottery Results-udvidelses-CRX-fil
Download Jackpot.com Lottery Results-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | eejdoajmoiiillbhijnajkamammonfkc |
Officiel URL | https://chrome.google.com/webstore/detail/jackpotcom-lottery-result/eejdoajmoiiillbhijnajkamammonfkc |
Beskrivelse | Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here. |
Filstørrelse | 125 KB |
Antal Installationer | 17 |
Nuværende Version | 1.5 |
Senest Opdateret | 2018-05-22 |
Udgivelsesdato | 2018-05-22 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.jackpot.com |
Betalingsmetode | free |
Udvidelseswebsted | https://www.jackpot.com |
Hjælpeside-URL | https://jackpot.com/help |
Understøttede Sprog | 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" ] } } |