ZIBO Notifier

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

What is ZIBO Notifier?

ZIBO Notifier is a Chrome extension developed by https://ziboupdater.net, and its main feature is "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.".

Extension Screenshots

screenshot

Download ZIBO Notifier Extension CRX File

Download ZIBO Notifier 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

                        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.                    

Extension Basic Information

Name ZIBO Notifier ZIBO Notifier
ID facebmppcpcpffdcinjjaoonpccdaonb
Official URL https://chrome.google.com/webstore/detail/zibo-notifier/facebmppcpcpffdcinjjaoonpccdaonb
Description ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.
File Size 75.42 KB
Installation Count 245
Current Version 1.0.1
Last Updated 2020-08-12
Publish Date 2020-06-17
Rating 5.00/5 Total 1 Ratings
Developer https://ziboupdater.net
Email [email protected]
Payment Type free
Extension Website https://ziboupdater.net
Help Page URL https://kb.ziboupdater.net
Privacy Policy Page URL https://ziboupdater.net/privacy
Supported Languages 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"
        ]
    }
}