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