IP Address of the website

Get IP address of the website

Τι είναι το IP Address of the website;

Το IP Address of the website είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thebyteseffect.com, και η κύρια λειτουργία του είναι "Get IP address of the website".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης IP Address of the website

Λήψη αρχείων επέκτασης IP Address of the website σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Find IP address of the website you need. Just click in the extension it will get you the current website ip address.


This extension's source code is available here https://github.com/tonystark-93/website-ipAddress. Its MIT licensed.

This extension doesn't communicate with external servers to serve the IP address of the websites rather it use chrome api's to get the IP address.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IP Address of the website IP Address of the website
ID jlnllmeeiikknlgehjnonpkneemkfman
Επίσημο URL https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman
Περιγραφή Get IP address of the website
Μέγεθος Αρχείου 83.88 KB
Αριθμός Εγκαταστάσεων 166
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2021-01-20
Ημερομηνία Δημοσίευσης 2020-05-27
Προγραμματιστής https://thebyteseffect.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "name": "IP Address of the website",
    "description": "Get IP address of the website",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Get IP address of the website",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "2.png"
        }
    },
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "activeTab"
    ],
    "manifest_version": 2
}