Next Olympic Games Countdown
Official Next Olympic Games Extension. Discover when the next olympic games will take place.
O que é Next Olympic Games Countdown?
Next Olympic Games Countdown é uma extensão do Chrome desenvolvida por blueneptuno, e sua principal característica é "Official Next Olympic Games Extension. Discover when the next olympic games will take place.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Next Olympic Games Countdown
Baixe arquivos de extensão Next Olympic Games Countdown 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
Next Olympic Games Countdown, aka NOG, allows you to have at your fingertips the countdown for the next Olympic Games, summer or winter through a beautiful counter formed by the famous 5 Olympic circles.
Informações Básicas da Extensão
Nome | Next Olympic Games Countdown |
ID | okchfmhoeacmbmfpcjkoddhjgpjpelep |
URL Oficial | https://chromewebstore.google.com/detail/next-olympic-games-countd/okchfmhoeacmbmfpcjkoddhjgpjpelep |
Descrição | Official Next Olympic Games Extension. Discover when the next olympic games will take place. |
Tamanho do Arquivo | 429 KB |
Contagem de Instalações | 98 |
Versão Atual | 0.1.0.1 |
Última Atualização | 2022-02-05 |
Data de Publicação | 2021-06-19 |
Desenvolvedor | blueneptuno |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://nextolympicgames.com/ |
URL da Página de Política de Privacidade | https://www.iubenda.com/privacy-policy/80423094 |
Idiomas Suportados | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "0.1.0.1", "manifest_version": 3, "default_locale": "en", "background": { "service_worker": "background.min.js" }, "permissions": [ "alarms", "storage", "notifications" ], "host_permissions": [ "https:\/\/*.nextolympicgames.com\/*" ], "action": { "default_popup": "main.html?popup=true", "default_icon": { "16": "\/images\/main16.png", "32": "\/images\/main32.png", "48": "\/images\/main48.png", "128": "\/images\/main128.png" } }, "options_page": "options.html", "icons": { "16": "\/images\/main16.png", "32": "\/images\/main32.png", "48": "\/images\/main48.png", "128": "\/images\/main128.png" } } |