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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        ]
    }
}