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