Yagi

External watchlist for Wigle.

Yagiคืออะไร?

Yagi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.perun และคุณลักษณะหลักของมันคือ "External watchlist for Wigle."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yagi

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}