Yagi
External watchlist for Wigle.
Cos'è Yagi?
Yagi è un'estensione di Chrome sviluppata da dev.perun, e la sua funzione principale è "External watchlist for Wigle.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yagi
Scarica i file di estensione Yagi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | kncjhnkkgegblcmaelhejhdhgccbcmdg |
| URL Ufficiale | https://chromewebstore.google.com/detail/yagi/kncjhnkkgegblcmaelhejhdhgccbcmdg |
| Descrizione | External watchlist for Wigle. |
| Dimensione del File | 50.17 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-10-20 |
| Data di Pubblicazione | 2021-10-20 |
| Sviluppatore | dev.perun |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |