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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jackpot.com Lottery Results
قم بتنزيل ملفات الامتداد Jackpot.com Lottery Results بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } } |