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
官方網址 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
}