AbuseIPDB IP Analyzer
Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.
Co to jest AbuseIPDB IP Analyzer?
AbuseIPDB IP Analyzer to rozszerzenie Chrome opracowane przez https://www.abuseipdb.com, a jego główną funkcją jest „Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AbuseIPDB IP Analyzer
Pobierz pliki rozszerzeń AbuseIPDB IP Analyzer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lbkjefedfkdjhbkblnbkhgmdamjdddld |
| Oficjalny URL | https://chromewebstore.google.com/detail/abuseipdb-ip-analyzer/lbkjefedfkdjhbkblnbkhgmdamjdddld |
| Opis | Highlight an IP address or subnet, then right-click to quickly look it up on AbuseIPDB. |
| Rozmiar pliku | 14.45 KB |
| Liczba instalacji | 411 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2018-11-14 |
| Data Publikacji | 2018-11-14 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://www.abuseipdb.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |