FIFA 2018 World Cup Live Notifications
Live notifications from the 2018 FIFA World Cup
Cos'è FIFA 2018 World Cup Live Notifications?
FIFA 2018 World Cup Live Notifications è un'estensione di Chrome sviluppata da Uday Kumar Pyda, e la sua funzione principale è "Live notifications from the 2018 FIFA World Cup".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FIFA 2018 World Cup Live Notifications
Scarica i file di estensione FIFA 2018 World Cup Live Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | oaipafdngonpilnffhmbfmjphljhcack |
URL Ufficiale | https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack |
Descrizione | Live notifications from the 2018 FIFA World Cup |
Dimensione del File | 238 KB |
Conteggio Installazioni | 103 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2018-07-14 |
Data di Pubblicazione | 2018-07-14 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Uday Kumar Pyda |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |