IVAO ATC Watcher

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

What is IVAO ATC Watcher?

IVAO ATC Watcher is a Chrome extension developed by Antoine D., and its main feature is "This extension allows people to know when some ATC are online.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download IVAO ATC Watcher Extension CRX File

Download IVAO ATC Watcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name IVAO ATC Watcher IVAO ATC Watcher
ID ndihhobnnajmjdalbicgnknpeepcbfpa
Official URL https://chromewebstore.google.com/detail/ivao-atc-watcher/ndihhobnnajmjdalbicgnknpeepcbfpa
Description This extension allows people to know when some ATC are online.
File Size 442 KB
Installation Count 59
Current Version 0.0.1
Last Updated 2020-10-06
Publish Date 2020-10-06
Developer Antoine D.
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}