IP Address of the website

Get IP address of the website

Co je IP Address of the website?

IP Address of the website je rozšíření Chrome vyvinuté https://thebyteseffect.com, a jeho hlavní funkcí je „Get IP address of the website“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření IP Address of the website

Stáhněte si soubory rozšíření IP Address of the website ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název IP Address of the website IP Address of the website
ID jlnllmeeiikknlgehjnonpkneemkfman
Oficiální URL https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman
Popis Get IP address of the website
Velikost souboru 83.88 KB
Počet instalací 166
Aktuální Verze 1.0.3
Poslední Aktualizace 2021-01-20
Datum Vydání 2020-05-27
Vývojář https://thebyteseffect.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}