IP Address of the website

Get IP address of the website

Hvad er IP Address of the website?

IP Address of the website er en Chrome-udvidelse udviklet af https://thebyteseffect.com, og dens hovedfunktion er "Get IP address of the website".

Udvidelsesskærmbilleder

screenshot

Download IP Address of the website-udvidelses-CRX-fil

Download IP Address of the website-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn IP Address of the website IP Address of the website
ID jlnllmeeiikknlgehjnonpkneemkfman
Officiel URL https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman
Beskrivelse Get IP address of the website
Filstørrelse 83.88 KB
Antal Installationer 166
Nuværende Version 1.0.3
Senest Opdateret 2021-01-20
Udgivelsesdato 2020-05-27
Udvikler https://thebyteseffect.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}