Gotanda
OSINT addon
什么是Gotanda?
Gotanda是由HASH1da1开发的Chrome扩展程序,该扩展的主要功能是“OSINT addon”。
扩展截图
下载Gotanda扩展crx文件
下载Gotanda扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Gotanda |
ID | jbmdcdfnnpenkgliplbglfpninigbiml |
官方URL | https://chromewebstore.google.com/detail/gotanda/jbmdcdfnnpenkgliplbglfpninigbiml |
简介 | OSINT addon |
文件大小 | 8.96 KB |
安装次数 | 1,967 |
当前版本 | 1.8.2 |
更新时间 | 2022-05-20 |
上架时间 | 2020-01-20 |
评分 | 5.00/5 共1次评分 |
开发者 | HASH1da1 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/HASH1da1/Gotanda |
支持的语言 | 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" ] } |