Gotanda
OSINT addon
Wat is Gotanda?
Gotanda is een Chrome-extensie ontwikkeld door HASH1da1, en de belangrijkste functie is "OSINT addon".
Extensie Screenshots
Download het CRX-bestand van de extensie Gotanda
Download Gotanda-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
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
Basisinformatie over de Extensie
Naam | Gotanda |
ID | jbmdcdfnnpenkgliplbglfpninigbiml |
Officiële URL | https://chromewebstore.google.com/detail/gotanda/jbmdcdfnnpenkgliplbglfpninigbiml |
Beschrijving | OSINT addon |
Bestandsgrootte | 8.96 KB |
Aantal Installaties | 1,967 |
Huidige Versie | 1.8.2 |
Laatst Bijgewerkt | 2022-05-20 |
Publicatiedatum | 2020-01-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | HASH1da1 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/HASH1da1/Gotanda |
Ondersteunde Talen | 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" ] } |