Jackpot.com Lottery Results
Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
Cos'è Jackpot.com Lottery Results?
Jackpot.com Lottery Results è un'estensione di Chrome sviluppata da https://www.jackpot.com, e la sua funzione principale è "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jackpot.com Lottery Results
Scarica i file di estensione Jackpot.com Lottery Results in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | eejdoajmoiiillbhijnajkamammonfkc |
URL Ufficiale | https://chrome.google.com/webstore/detail/jackpotcom-lottery-result/eejdoajmoiiillbhijnajkamammonfkc |
Descrizione | Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here. |
Dimensione del File | 125 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2018-05-22 |
Data di Pubblicazione | 2018-05-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.jackpot.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.jackpot.com |
URL della Pagina di Aiuto | https://jackpot.com/help |
Lingue Supportate | 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" ] } } |