Show ASNumber

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

Was ist Show ASNumber?

Show ASNumber ist eine Chrome-Erweiterung, die von bauruine entwickelt wurde, und ihr Hauptmerkmal ist "Show information about the source AS Number of all visited sites.".

Erweiterungsscreenshots

screenshot

Show ASNumber-Erweiterungs-CRX-Datei herunterladen

Laden Sie Show ASNumber-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Show ASNumber Show ASNumber
ID jefdbnhkajkjilklogcpcagnkigongco
Offizielle URL https://chromewebstore.google.com/detail/show-asnumber/jefdbnhkajkjilklogcpcagnkigongco
Beschreibung Show information about the source AS Number of all visited sites.
Dateigröße 21.96 KB
Installationsanzahl 37
Aktuelle Version 0.5.1
Letztes Update 2020-10-30
Veröffentlichungsdatum 2019-02-19
Entwickler bauruine
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}