UFO News

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

什么是UFO News?

UFO News是由https://zamok.cloud开发的Chrome扩展程序,该扩展的主要功能是“Stay up to date with the latest news about UFO and Aliens!”。

扩展截图

screenshot
screenshot

下载UFO News扩展crx文件

下载UFO News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 UFO News UFO News
ID igpdhhdjjfkheflkjgjekeakjfpbobhd
官方URL https://chromewebstore.google.com/detail/ufo-news/igpdhhdjjfkheflkjgjekeakjfpbobhd
简介 Stay up to date with the latest news about UFO and Aliens!
文件大小 92.81 KB
安装次数 66
当前版本 3.0.1
更新时间 2024-02-23
上架时间 2021-01-10
评分 5.00/5 共1次评分
开发者 https://zamok.cloud
电子邮箱 [email protected]
付费类型 free
扩展官网 https://news.zamok.cloud/sources/ufo
帮助页面URL https://news.zamok.cloud/contact
隐私政策页面URL https://news.zamok.cloud/privacy-policy
支持的语言 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
}