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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | facebmppcpcpffdcinjjaoonpccdaonb |
官方網址 | 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" ] } } |