Show ASNumber

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

Co to jest Show ASNumber?

Show ASNumber to rozszerzenie Chrome opracowane przez bauruine, a jego główną funkcją jest „Show information about the source AS Number of all visited sites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Show ASNumber

Pobierz pliki rozszerzeń Show ASNumber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Show ASNumber Show ASNumber
ID jefdbnhkajkjilklogcpcagnkigongco
Oficjalny URL https://chromewebstore.google.com/detail/show-asnumber/jefdbnhkajkjilklogcpcagnkigongco
Opis Show information about the source AS Number of all visited sites.
Rozmiar pliku 21.96 KB
Liczba instalacji 37
Aktualna Wersja 0.5.1
Ostatnia Aktualizacja 2020-10-30
Data Publikacji 2019-02-19
Deweloper bauruine
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}