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是由https://www.jackpot.com开发的Chrome扩展程序,该扩展的主要功能是“Find the latest lottery winning numbers for games like EuroMillions and the UK Lotto right here.”。

扩展截图

screenshot

下载Jackpot.com Lottery Results扩展crx文件

下载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"
        ]
    }
}