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文件

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

扩展使用说明

                        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"
    ]
}