Jackpot.com Lottery Results

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

Was ist Jackpot.com Lottery Results?

Jackpot.com Lottery Results ist eine Chrome-Erweiterung, die von https://www.jackpot.com entwickelt wurde, und ihr Hauptmerkmal ist "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.".

Erweiterungsscreenshots

screenshot

Jackpot.com Lottery Results-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jackpot.com Lottery Results-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Jackpot.com Lottery Results Jackpot.com Lottery Results
ID eejdoajmoiiillbhijnajkamammonfkc
Offizielle URL https://chrome.google.com/webstore/detail/jackpotcom-lottery-result/eejdoajmoiiillbhijnajkamammonfkc
Beschreibung Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
Dateigröße 125 KB
Installationsanzahl 17
Aktuelle Version 1.5
Letztes Update 2018-05-22
Veröffentlichungsdatum 2018-05-22
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.jackpot.com
Zahlungsart free
Erweiterungswebsite https://www.jackpot.com
Hilfeseite URL https://jackpot.com/help
Unterstützte Sprachen 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"
        ]
    }
}