FIFA 2018 World Cup Live Notifications
Live notifications from the 2018 FIFA World Cup
O que é FIFA 2018 World Cup Live Notifications?
FIFA 2018 World Cup Live Notifications é uma extensão do Chrome desenvolvida por Uday Kumar Pyda, e sua principal característica é "Live notifications from the 2018 FIFA World Cup".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FIFA 2018 World Cup Live Notifications
Baixe arquivos de extensão FIFA 2018 World Cup Live Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | oaipafdngonpilnffhmbfmjphljhcack |
URL Oficial | https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack |
Descrição | Live notifications from the 2018 FIFA World Cup |
Tamanho do Arquivo | 238 KB |
Contagem de Instalações | 103 |
Versão Atual | 1.0.5 |
Última Atualização | 2018-07-14 |
Data de Publicação | 2018-07-14 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Uday Kumar Pyda |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |