Show ASNumber

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

Qu'est-ce que Show ASNumber ?

Show ASNumber est une extension Chrome développée par bauruine, et sa fonction principale est "Show information about the source AS Number of all visited sites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show ASNumber

Téléchargez les fichiers d'extension Show ASNumber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Show ASNumber Show ASNumber
ID jefdbnhkajkjilklogcpcagnkigongco
URL Officiel https://chromewebstore.google.com/detail/show-asnumber/jefdbnhkajkjilklogcpcagnkigongco
Description Show information about the source AS Number of all visited sites.
Taille du Fichier 21.96 KB
Nombre d'Installations 37
Version Actuelle 0.5.1
Dernière Mise à Jour 2020-10-30
Date de Publication 2019-02-19
Développeur bauruine
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}