IP Address of the website
Get IP address of the website
Wat is IP Address of the website?
IP Address of the website is een Chrome-extensie ontwikkeld door https://thebyteseffect.com, en de belangrijkste functie is "Get IP address of the website".
Extensie Screenshots
Download het CRX-bestand van de extensie IP Address of the website
Download IP Address of the website-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
Officiële URL | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
Beschrijving | Get IP address of the website |
Bestandsgrootte | 83.88 KB |
Aantal Installaties | 166 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2021-01-20 |
Publicatiedatum | 2020-05-27 |
Ontwikkelaar | https://thebyteseffect.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |