Show ASNumber

Show information about the source AS Number of all visited sites.

O que é Show ASNumber?

Show ASNumber é uma extensão do Chrome desenvolvida por bauruine, e sua principal característica é "Show information about the source AS Number of all visited sites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Show ASNumber

Baixe arquivos de extensão Show ASNumber 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

                        Show information about the source AS Number of all visited sites.

The information is received from my API at https://tuxli.ch. The API uses a table from http://data.ris.ripe.net/rrc12/ (Frankfurt, Germany).

You can also get information about an IP directly. https://asnumber.tuxli.ch/asnumber/asnum?ip=2a01:4f8:130:8285::2                    

Informações Básicas da Extensão

Nome Show ASNumber Show ASNumber
ID jefdbnhkajkjilklogcpcagnkigongco
URL Oficial https://chromewebstore.google.com/detail/show-asnumber/jefdbnhkajkjilklogcpcagnkigongco
Descrição Show information about the source AS Number of all visited sites.
Tamanho do Arquivo 21.96 KB
Contagem de Instalações 37
Versão Atual 0.5.1
Última Atualização 2020-10-30
Data de Publicação 2019-02-19
Desenvolvedor bauruine
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show ASNumber",
    "version": "0.5.1",
    "description": "Show information about the source AS Number of all visited sites.",
    "icons": {
        "64": "icons\/ip.png"
    },
    "page_action": {
        "default_icon": "icons\/ip.png",
        "default_title": "Show ASNumber",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}