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 |
官方網址 | 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" ] } |