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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}