AbuseIPDB IP Analyzer
Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.
What is AbuseIPDB IP Analyzer?
AbuseIPDB IP Analyzer is a Chrome extension developed by https://www.abuseipdb.com, and its main feature is "Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.".
Extension Screenshots
Download AbuseIPDB IP Analyzer Extension CRX File
Download AbuseIPDB IP Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | AbuseIPDB IP Analyzer |
ID | lbkjefedfkdjhbkblnbkhgmdamjdddld |
Official URL | https://chromewebstore.google.com/detail/abuseipdb-ip-analyzer/lbkjefedfkdjhbkblnbkhgmdamjdddld |
Description | Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB. |
File Size | 14.45 KB |
Installation Count | 411 |
Current Version | 0.1 |
Last Updated | 2018-11-14 |
Publish Date | 2018-11-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.abuseipdb.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AbuseIPDB IP Analyzer", "description": "Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "context.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |