Gotanda
OSINT addon
What is Gotanda?
Gotanda is a Chrome extension developed by HASH1da1, and its main feature is "OSINT addon".
Extension Screenshots
Download Gotanda Extension CRX File
Download Gotanda 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
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
Extension Basic Information
Name | Gotanda |
ID | jbmdcdfnnpenkgliplbglfpninigbiml |
Official URL | https://chromewebstore.google.com/detail/gotanda/jbmdcdfnnpenkgliplbglfpninigbiml |
Description | OSINT addon |
File Size | 8.96 KB |
Installation Count | 1,967 |
Current Version | 1.8.2 |
Last Updated | 2022-05-20 |
Publish Date | 2020-01-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | HASH1da1 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/HASH1da1/Gotanda |
Supported Languages | 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" ] } |