FIFA 2018 World Cup Live Notifications
Live notifications from the 2018 FIFA World Cup
Apa itu FIFA 2018 World Cup Live Notifications?
FIFA 2018 World Cup Live Notifications adalah ekstensi Chrome yang dikembangkan oleh Uday Kumar Pyda, dan fitur utamanya adalah "Live notifications from the 2018 FIFA World Cup".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FIFA 2018 World Cup Live Notifications
Unduh file ekstensi FIFA 2018 World Cup Live Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | oaipafdngonpilnffhmbfmjphljhcack |
URL Resmi | https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack |
Deskripsi | Live notifications from the 2018 FIFA World Cup |
Ukuran File | 238 KB |
Jumlah Instalasi | 103 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2018-07-14 |
Tanggal Publikasi | 2018-07-14 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Uday Kumar Pyda |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |