Gotanda

OSINT addon

Gotandaとは何ですか?

GotandaはHASH1da1によって開発されたChromeの拡張機能で、その主な機能は「OSINT addon」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    ]
}