ZIBO Notifier

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

Что такое ZIBO Notifier?

ZIBO Notifier - это расширение Chrome, разработанное https://ziboupdater.net, и его основная функция - "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ZIBO Notifier

Скачайте файлы расширений 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
Электронная почта [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"
        ]
    }
}