AbuseIPDB IP Analyzer

Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.

O que é AbuseIPDB IP Analyzer?

AbuseIPDB IP Analyzer é uma extensão do Chrome desenvolvida por https://www.abuseipdb.com, e sua principal característica é "Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AbuseIPDB IP Analyzer

Baixe arquivos de extensão AbuseIPDB IP Analyzer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome AbuseIPDB IP Analyzer AbuseIPDB IP Analyzer
ID lbkjefedfkdjhbkblnbkhgmdamjdddld
URL Oficial https://chromewebstore.google.com/detail/abuseipdb-ip-analyzer/lbkjefedfkdjhbkblnbkhgmdamjdddld
Descrição Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.
Tamanho do Arquivo 14.45 KB
Contagem de Instalações 411
Versão Atual 0.1
Última Atualização 2018-11-14
Data de Publicação 2018-11-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.abuseipdb.com
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}