FIFA 2018 World Cup Live Notifications
Live notifications from the 2018 FIFA World Cup
ما هو FIFA 2018 World Cup Live Notifications؟
FIFA 2018 World Cup Live Notifications هو إضافة Chrome تم تطويرها بواسطة Uday Kumar Pyda، والميزة الرئيسية لها هي "Live notifications from the 2018 FIFA World Cup".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FIFA 2018 World Cup Live Notifications
قم بتنزيل ملفات الامتداد FIFA 2018 World Cup Live Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Install this extension to get notified of important events from the ongoing 2018 FIFA world cup without having to constantly monitor the games. Notifications auto dismiss in 10 seconds, so it is totally unobtrusive.
معلومات أساسية عن التمديد
الاسم | |
ID | oaipafdngonpilnffhmbfmjphljhcack |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack |
الوصف | Live notifications from the 2018 FIFA World Cup |
حجم الملف | 238 KB |
عدد التثبيتات | 103 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2018-07-14 |
تاريخ النشر | 2018-07-14 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Uday Kumar Pyda |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FIFA 2018 World Cup Live Notifications", "version": "1.0.5", "description": "Live notifications from the 2018 FIFA World Cup", "browser_action": { "default_icon": "fifa.png", "default_title": "2018 FIFA World Cup", "default_popup": "popup.html" }, "background": { "scripts": [ "google-analytics-bundle.js", "jquery-1.9.1.min.js", "moment.js", "background.js" ] }, "icons": { "48": "fifa48.png", "128": "fifa128.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "http:\/\/*.fifa.com\/", "https:\/\/*.fifa.com\/", "https:\/\/www.google-analytics.com\/*", "notifications", "storage", "tts" ], "web_accessible_resources": [ "fifa48.png" ] } |