ZIBO Notifier

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

Wat is ZIBO Notifier?

ZIBO Notifier is een Chrome-extensie ontwikkeld door https://ziboupdater.net, en de belangrijkste functie is "ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ZIBO Notifier

Download ZIBO Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ZIBO Notifier ZIBO Notifier
ID facebmppcpcpffdcinjjaoonpccdaonb
Officiële URL https://chrome.google.com/webstore/detail/zibo-notifier/facebmppcpcpffdcinjjaoonpccdaonb
Beschrijving ZIBO Notifier monitors ZIBO Updater's server for new B737-800X updates.
Bestandsgrootte 75.42 KB
Aantal Installaties 245
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-08-12
Publicatiedatum 2020-06-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://ziboupdater.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ziboupdater.net
Help Pagina-URL https://kb.ziboupdater.net
URL van de Privacybeleid Pagina https://ziboupdater.net/privacy
Ondersteunde Talen 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"
        ]
    }
}