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
官方網址 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"
        ]
    }
}