IVAO ATC Watcher

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

IVAO ATC Watcherคืออะไร?

IVAO ATC Watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Antoine D. และคุณลักษณะหลักของมันคือ "This extension allows people to know when some ATC are online."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IVAO ATC Watcher

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}