IVAO ATC Watcher

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

IVAO ATC Watcher là gì?

IVAO ATC Watcher là một tiện ích mở rộng Chrome được phát triển bởi Antoine D., và tính năng chính của nó là "This extension allows people to know when some ATC are online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IVAO ATC Watcher

Tải xuống các tệp mở rộng IVAO ATC Watcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IVAO ATC Watcher IVAO ATC Watcher
ID ndihhobnnajmjdalbicgnknpeepcbfpa
URL Chính Thức https://chromewebstore.google.com/detail/ivao-atc-watcher/ndihhobnnajmjdalbicgnknpeepcbfpa
Mô tả This extension allows people to know when some ATC are online.
Kích Thước Tệp 442 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-10-06
Ngày Phát Hành 2020-10-06
Nhà Phát Triển Antoine D.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}