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."입니다.
확장 프로그램 스크린샷
Jackpot.com Lottery Results 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } } |