Yagi

External watchlist for Wigle.

What is Yagi?

Yagi is a Chrome extension developed by dev.perun, and its main feature is "External watchlist for Wigle.".

Extension Screenshots

screenshot
screenshot

Download Yagi Extension CRX File

Download Yagi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Yagi Yagi
ID kncjhnkkgegblcmaelhejhdhgccbcmdg
Official URL https://chromewebstore.google.com/detail/yagi/kncjhnkkgegblcmaelhejhdhgccbcmdg
Description External watchlist for Wigle.
File Size 50.17 KB
Installation Count 29
Current Version 1.0
Last Updated 2021-10-20
Publish Date 2021-10-20
Developer dev.perun
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}