Yagi
External watchlist for Wigle.
什麼是Yagi?
Yagi是由dev.perun開發的Chrome擴展程式,該擴展的主要功能是“External watchlist for Wigle.”。
擴展截圖
下載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!                     擴展基本資訊
| 名稱 |   |  
| ID | kncjhnkkgegblcmaelhejhdhgccbcmdg | 
| 官方網址 | 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\/*"
    ]
}  |  |