Show ASNumber

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

Show ASNumber là gì?

Show ASNumber là một tiện ích mở rộng Chrome được phát triển bởi bauruine, và tính năng chính của nó là "Show information about the source AS Number of all visited sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Show ASNumber

Tải xuống các tệp mở rộng Show ASNumber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Show ASNumber Show ASNumber
ID jefdbnhkajkjilklogcpcagnkigongco
URL Chính Thức https://chromewebstore.google.com/detail/show-asnumber/jefdbnhkajkjilklogcpcagnkigongco
Mô tả Show information about the source AS Number of all visited sites.
Kích Thước Tệp 21.96 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2020-10-30
Ngày Phát Hành 2019-02-19
Nhà Phát Triển bauruine
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}