IP Analyzer
IP Analyzer
Wat is IP Analyzer?
IP Analyzer is een Chrome-extensie ontwikkeld door Christoforos Aslanov, en de belangrijkste functie is "IP Analyzer".
Extensie Screenshots
Download het CRX-bestand van de extensie IP Analyzer
Download IP Analyzer-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
This extension shows you info about an ip like rdns, whois, blacklists, location etc ipalyzer.com is used to show the ip info by default the ip of the current tab is loaded, you can lookup for any ip
Basisinformatie over de Extensie
Naam | IP Analyzer |
ID | ggbpnkpnpchbgnahdhnpikmldfmmkfom |
Officiële URL | https://chromewebstore.google.com/detail/ip-analyzer/ggbpnkpnpchbgnahdhnpikmldfmmkfom |
Beschrijving | IP Analyzer |
Bestandsgrootte | 18.45 KB |
Aantal Installaties | 40 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2019-06-25 |
Publicatiedatum | 2019-06-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Christoforos Aslanov |
Betalingswijze | free |
Extensiewebsite | https://github.com/chr314/ipalyzer-extension |
Help Pagina-URL | https://github.com/chr314/ipalyzer-extension/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Analyzer", "version": "1.0.2", "description": "IP Analyzer", "homepage_url": "https:\/\/github.com\/chr314\/ipalyzer-extension", "author": "Aslanov Christoforos", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "src\/background\/background.js" ], "persistent": true }, "browser_action": { "default_title": "IP Analyzer", "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" } }, "icons": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" }, "manifest_version": 2 } |