Gotanda
OSINT addon
Co to jest Gotanda?
Gotanda to rozszerzenie Chrome opracowane przez HASH1da1, a jego główną funkcją jest „OSINT addon”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gotanda
Pobierz pliki rozszerzeń Gotanda 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
Gotanda is OSINT extension This Web Extension could search OSINT information from some IOC in web page.(IP,Domain,URL,SNS...etc) This Repository partly the studying and JavaScript practice. Usage Right click highlighted IOC strings, It will show contextmenus. When You want to search using some engine, You choose one of list. Search Engine Lists are in my GitHub. https://github.com/HASH1da1/Gotanda About Twitter and FaceBook could search timeline with any words. Misc This extension is optimized for the Japanese environment. Got and a
Podstawowe informacje o rozszerzeniu
Nazwa | Gotanda |
ID | jbmdcdfnnpenkgliplbglfpninigbiml |
Oficjalny URL | https://chromewebstore.google.com/detail/gotanda/jbmdcdfnnpenkgliplbglfpninigbiml |
Opis | OSINT addon |
Rozmiar pliku | 8.96 KB |
Liczba instalacji | 1,967 |
Aktualna Wersja | 1.8.2 |
Ostatnia Aktualizacja | 2022-05-20 |
Data Publikacji | 2020-01-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | HASH1da1 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/HASH1da1/Gotanda |
Obsługiwane Języki | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gotanda", "description": "OSINT addon", "version": "1.8.2", "icons": { "128": "image\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "background" ] } |