Show ASNumber

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

Wat is Show ASNumber?

Show ASNumber is een Chrome-extensie ontwikkeld door bauruine, en de belangrijkste functie is "Show information about the source AS Number of all visited sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Show ASNumber

Download Show ASNumber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Show ASNumber Show ASNumber
ID jefdbnhkajkjilklogcpcagnkigongco
Officiële URL https://chromewebstore.google.com/detail/show-asnumber/jefdbnhkajkjilklogcpcagnkigongco
Beschrijving Show information about the source AS Number of all visited sites.
Bestandsgrootte 21.96 KB
Aantal Installaties 37
Huidige Versie 0.5.1
Laatst Bijgewerkt 2020-10-30
Publicatiedatum 2019-02-19
Ontwikkelaar bauruine
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}