Show ASNumber

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

Что такое Show ASNumber?

Show ASNumber - это расширение Chrome, разработанное bauruine, и его основная функция - "Show information about the source AS Number of all visited sites.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Show ASNumber

Скачайте файлы расширений Show ASNumber в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Show ASNumber Show ASNumber
ID jefdbnhkajkjilklogcpcagnkigongco
Официальный URL https://chromewebstore.google.com/detail/show-asnumber/jefdbnhkajkjilklogcpcagnkigongco
Описание Show information about the source AS Number of all visited sites.
Размер файла 21.96 KB
Количество установок 37
Текущая Версия 0.5.1
Последнее Обновление 2020-10-30
Дата публикации 2019-02-19
Разработчик bauruine
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}