IP Address of the website
Get IP address of the website
Was ist IP Address of the website?
IP Address of the website ist eine Chrome-Erweiterung, die von https://thebyteseffect.com entwickelt wurde, und ihr Hauptmerkmal ist "Get IP address of the website".
Erweiterungsscreenshots
IP Address of the website-Erweiterungs-CRX-Datei herunterladen
Laden Sie IP Address of the website-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
Offizielle URL | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
Beschreibung | Get IP address of the website |
Dateigröße | 83.88 KB |
Installationsanzahl | 166 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2021-01-20 |
Veröffentlichungsdatum | 2020-05-27 |
Entwickler | https://thebyteseffect.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |