IP Address of the website
Get IP address of the website
Qu'est-ce que IP Address of the website ?
IP Address of the website est une extension Chrome développée par https://thebyteseffect.com, et sa fonction principale est "Get IP address of the website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IP Address of the website
Téléchargez les fichiers d'extension IP Address of the website au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
URL Officiel | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
Description | Get IP address of the website |
Taille du Fichier | 83.88 KB |
Nombre d'Installations | 166 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2021-01-20 |
Date de Publication | 2020-05-27 |
Développeur | https://thebyteseffect.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |