IVAO ATC Watcher

This extension allows people to know when some ATC are online.

IVAO ATC Watcher란 무엇입니까?

IVAO ATC Watcher은(는) Antoine D.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows people to know when some ATC are online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

IVAO ATC Watcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows people to know when your favorite ATC is online. It will show you a notification if you activate it in the extension settings !                    

확장 프로그램 기본 정보

이름 IVAO ATC Watcher IVAO ATC Watcher
ID ndihhobnnajmjdalbicgnknpeepcbfpa
공식 URL https://chromewebstore.google.com/detail/ivao-atc-watcher/ndihhobnnajmjdalbicgnknpeepcbfpa
설명 This extension allows people to know when some ATC are online.
파일 크기 442 KB
설치 횟수 59
현재 버전 0.0.1
최근 업데이트 2020-10-06
출시 날짜 2020-10-06
개발자 Antoine D.
이메일 [email protected]
결제 유형 free
지원되는 언어 id,de,en,fr,nl,da,es,es-419,hr,it,pl,pt-BR,pt-PT,sk,fi,ru,fa,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/offline-16.png",
        "48": "images\/offline-48.png",
        "128": "images\/offline-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.ivao.aero\/getdata\/whazzup\/whazzup.txt",
        "background",
        "notifications",
        "storage",
        "alarms"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/offline-19.png",
            "38": "images\/offline-38.png"
        },
        "default_title": "IVAO ATC Watcher",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/offline-48.png"
    ]
}