IP Address of the website

Get IP address of the website

Vad är IP Address of the website?

IP Address of the website är en Chrome-tillägg utvecklad av https://thebyteseffect.com, och dess huvudfunktion är "Get IP address of the website".

Tilläggsskärmbilder

screenshot

Ladda ner IP Address of the website-förlängningens CRX-fil

Ladda ner IP Address of the website-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn IP Address of the website IP Address of the website
ID jlnllmeeiikknlgehjnonpkneemkfman
Officiell webbadress https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman
Beskrivning Get IP address of the website
Filstorlek 83.88 KB
Antal Installationer 166
Aktuell Version 1.0.3
Senast Uppdaterad 2021-01-20
Publiceringsdatum 2020-05-27
Utvecklare https://thebyteseffect.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}