Jackpot.com Lottery Results

Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.

¿Qué es Jackpot.com Lottery Results?

Jackpot.com Lottery Results es una extensión de Chrome desarrollada por https://www.jackpot.com, y su función principal es "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Jackpot.com Lottery Results

Descarga archivos de extensión Jackpot.com Lottery Results en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Jackpot.com Lottery Results Jackpot.com Lottery Results
ID eejdoajmoiiillbhijnajkamammonfkc
URL Oficial https://chrome.google.com/webstore/detail/jackpotcom-lottery-result/eejdoajmoiiillbhijnajkamammonfkc
Descripción Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
Tamaño del Archivo 125 KB
Cantidad de Instalaciones 17
Versión Actual 1.5
Última Actualización 2018-05-22
Fecha de Publicación 2018-05-22
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://www.jackpot.com
Tipo de Pago free
Sitio Web de la Extensión https://www.jackpot.com
URL de la Página de Ayuda https://jackpot.com/help
Idiomas Soportados 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"
        ]
    }
}