Jackpot.com Lottery Results
Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
O que é Jackpot.com Lottery Results?
Jackpot.com Lottery Results é uma extensão do Chrome desenvolvida por https://www.jackpot.com, e sua principal característica é "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Jackpot.com Lottery Results
Baixe arquivos de extensão Jackpot.com Lottery Results no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | eejdoajmoiiillbhijnajkamammonfkc |
URL Oficial | https://chrome.google.com/webstore/detail/jackpotcom-lottery-result/eejdoajmoiiillbhijnajkamammonfkc |
Descrição | Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here. |
Tamanho do Arquivo | 125 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.5 |
Última Atualização | 2018-05-22 |
Data de Publicação | 2018-05-22 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://www.jackpot.com |
Tipo de Pagamento | free |
Site da Extensão | https://www.jackpot.com |
URL da Página de Ajuda | https://jackpot.com/help |
Idiomas Suportados | 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" ] } } |