UFO News
Stay up to date with the latest news about UFO and Aliens!
O que é UFO News?
UFO News é uma extensão do Chrome desenvolvida por https://zamok.cloud, e sua principal característica é "Stay up to date with the latest news about UFO and Aliens!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UFO News
Baixe arquivos de extensão UFO News 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
Welcome to the UFO browser extension! You've just unlocked the ultimate UFO and alien tracking experience, designed to keep you informed and engaged with the latest sightings and encounters from around the world. Our browser extension curates content from the most credible and relevant websites, offering you a comprehensive collection of reports, sightings, and updates in one convenient location. Stay up-to-date with the latest in extraterrestrial encounters, UFO sightings, and other cosmic occurrences that continue to intrigue and inspire. To begin exploring the mysteries of the universe, simply click on the UFO browser extension icon located in your browser's toolbar. Access real-time information on alien activities and UFO events, and immerse yourself in a world of easy-to-access, up-to-date information that keeps you engaged and in the know.
Informações Básicas da Extensão
Nome | UFO News |
ID | igpdhhdjjfkheflkjgjekeakjfpbobhd |
URL Oficial | https://chromewebstore.google.com/detail/ufo-news/igpdhhdjjfkheflkjgjekeakjfpbobhd |
Descrição | Stay up to date with the latest news about UFO and Aliens! |
Tamanho do Arquivo | 92.81 KB |
Contagem de Instalações | 66 |
Versão Atual | 3.0.1 |
Última Atualização | 2024-02-23 |
Data de Publicação | 2021-01-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://zamok.cloud |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://news.zamok.cloud/sources/ufo |
URL da Página de Ajuda | https://news.zamok.cloud/contact |
URL da Página de Política de Privacidade | https://news.zamok.cloud/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.1", "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "storage", "alarms" ], "host_permissions": [ "https:\/\/news.zamok.cloud\/api\/ufo" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "default_title": "__MSG_appName__", "default_popup": "popup\/home.html" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "manifest_version": 3 } |