Gotanda
OSINT addon
Gotandaคืออะไร?
Gotanda เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HASH1da1 และคุณลักษณะหลักของมันคือ "OSINT addon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gotanda
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |