UFO News

Stay up to date with the latest news about UFO and Aliens!

¿Qué es UFO News?

UFO News es una extensión de Chrome desarrollada por https://zamok.cloud, y su función principal es "Stay up to date with the latest news about UFO and Aliens!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión UFO News

Descarga archivos de extensión UFO News en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre UFO News UFO News
ID igpdhhdjjfkheflkjgjekeakjfpbobhd
URL Oficial https://chromewebstore.google.com/detail/ufo-news/igpdhhdjjfkheflkjgjekeakjfpbobhd
Descripción Stay up to date with the latest news about UFO and Aliens!
Tamaño del Archivo 92.81 KB
Cantidad de Instalaciones 66
Versión Actual 3.0.1
Última Actualización 2024-02-23
Fecha de Publicación 2021-01-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://zamok.cloud
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://news.zamok.cloud/sources/ufo
URL de la Página de Ayuda https://news.zamok.cloud/contact
URL de la Página de Política de Privacidad https://news.zamok.cloud/privacy-policy
Idiomas Soportados 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
}