AbuseIPDB IP Analyzer
Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.
Cos'è AbuseIPDB IP Analyzer?
AbuseIPDB IP Analyzer è un'estensione di Chrome sviluppata da https://www.abuseipdb.com, e la sua funzione principale è "Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AbuseIPDB IP Analyzer
Scarica i file di estensione AbuseIPDB IP Analyzer 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
Informazioni di Base sull'Estensione
Nome | AbuseIPDB IP Analyzer |
ID | lbkjefedfkdjhbkblnbkhgmdamjdddld |
URL Ufficiale | https://chromewebstore.google.com/detail/abuseipdb-ip-analyzer/lbkjefedfkdjhbkblnbkhgmdamjdddld |
Descrizione | Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB. |
Dimensione del File | 14.45 KB |
Conteggio Installazioni | 411 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-11-14 |
Data di Pubblicazione | 2018-11-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.abuseipdb.com |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AbuseIPDB IP Analyzer", "description": "Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "context.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |