ZIBO Notifier

ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.

ZIBO Notifierとは何ですか?

ZIBO Notifierはhttps://ziboupdater.netによって開発されたChromeの拡張機能で、その主な機能は「ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.」です。

拡張機能のスクリーンショット

screenshot

ZIBO Notifier拡張機能のCRXファイルをダウンロード

ZIBO Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ZIBO Notifier is a lightweight extension which monitors ZIBO Updater's server for new B737-800X updates. If a new update is published, you'll be notified and able to download the new update directly from your browser.                    

拡張機能の基本情報

名前 ZIBO Notifier ZIBO Notifier
ID facebmppcpcpffdcinjjaoonpccdaonb
公式URL https://chrome.google.com/webstore/detail/zibo-notifier/facebmppcpcpffdcinjjaoonpccdaonb
説明 ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.
ファイルサイズ 75.42 KB
インストール数 245
現在のバージョン 1.0.1
最終更新日 2020-08-12
公開日 2020-06-17
評価 5.00/5 合計 1 レビュー
開発者 https://ziboupdater.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ziboupdater.net
ヘルプページのURL https://kb.ziboupdater.net
プライバシーポリシーページのURL https://ziboupdater.net/privacy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZIBO Notifier",
    "author": "Slavbass",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.",
    "icons": {
        "16": "icons\/32.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_popup": "scripts\/window.html",
        "default_title": "ZIBO Notifier"
    },
    "permissions": [
        "https:\/\/ziboupdater.net\/webapi",
        "storage",
        "notifications",
        "downloads"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/notification.js"
        ]
    }
}