Show ASNumber

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

Apa itu Show ASNumber?

Show ASNumber adalah ekstensi Chrome yang dikembangkan oleh bauruine, dan fitur utamanya adalah "Show information about the source AS Number of all visited sites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Show ASNumber

Unduh file ekstensi Show ASNumber dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Show ASNumber Show ASNumber
ID jefdbnhkajkjilklogcpcagnkigongco
URL Resmi https://chromewebstore.google.com/detail/show-asnumber/jefdbnhkajkjilklogcpcagnkigongco
Deskripsi Show information about the source AS Number of all visited sites.
Ukuran File 21.96 KB
Jumlah Instalasi 37
Versi Saat Ini 0.5.1
Terakhir Diperbarui 2020-10-30
Tanggal Publikasi 2019-02-19
Pengembang bauruine
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}