Jackpot.com Lottery Results

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

Что такое Jackpot.com Lottery Results?

Jackpot.com Lottery Results - это расширение Chrome, разработанное https://www.jackpot.com, и его основная функция - "Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Jackpot.com Lottery Results

Скачайте файлы расширений Jackpot.com Lottery Results в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Jackpot.com Lottery Results Jackpot.com Lottery Results
ID eejdoajmoiiillbhijnajkamammonfkc
Официальный URL https://chrome.google.com/webstore/detail/jackpotcom-lottery-result/eejdoajmoiiillbhijnajkamammonfkc
Описание Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.
Размер файла 125 KB
Количество установок 17
Текущая Версия 1.5
Последнее Обновление 2018-05-22
Дата публикации 2018-05-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://www.jackpot.com
Тип оплаты free
Официальный сайт расширения https://www.jackpot.com
URL страницы помощи https://jackpot.com/help
Поддерживаемые языки 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"
        ]
    }
}