Yagi

External watchlist for Wigle.

什么是Yagi?

Yagi是由dev.perun开发的Chrome扩展程序,该扩展的主要功能是“External watchlist for Wigle.”。

扩展截图

screenshot
screenshot

下载Yagi扩展crx文件

下载Yagi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Yagi serves as an external watchlist for WiGLE. It informs you whenever a new data for desired network is available in the WiGLE database. 

Enjoy!                    

扩展基本信息

名称 Yagi Yagi
ID kncjhnkkgegblcmaelhejhdhgccbcmdg
官方URL https://chromewebstore.google.com/detail/yagi/kncjhnkkgegblcmaelhejhdhgccbcmdg
简介 External watchlist for Wigle.
文件大小 50.17 KB
安装次数 29
当前版本 1.0
更新时间 2021-10-20
上架时间 2021-10-20
开发者 dev.perun
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yagi",
    "description": "External watchlist for Wigle.",
    "version": "1.0",
    "manifest_version": 3,
    "options_page": "\/html\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "downloads",
        "https:\/\/api.wigle.net\/*"
    ]
}