YesWeHack VDP Finder

This extension tells if visited sites have vulnerability disclosure programs

YesWeHack VDP Finderとは何ですか?

YesWeHack VDP Finderはacc+browserextによって開発されたChromeの拡張機能で、その主な機能は「This extension tells if visited sites have vulnerability disclosure programs」です。

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

screenshot

YesWeHack VDP Finder拡張機能のCRXファイルをダウンロード

YesWeHack VDP Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension tells if visited sites have vulnerability disclosure programs. It will check the domains your are visiting against an offline version of FireBounty databases and also displaying available security.txt.                    

拡張機能の基本情報

名前 YesWeHack VDP Finder YesWeHack VDP Finder
ID jnknjejacdkpnaacfgolbmdohkhpphjb
公式URL https://chromewebstore.google.com/detail/yeswehack-vdp-finder/jnknjejacdkpnaacfgolbmdohkhpphjb
説明 This extension tells if visited sites have vulnerability disclosure programs
ファイルサイズ 88.31 KB
インストール数 2,143
現在のバージョン 1.0
最終更新日 2020-02-07
公開日 2020-02-07
評価 5.00/5 合計 2 レビュー
開発者 acc+browserext
支払い方法 free
拡張機能のウェブサイト https://github.com/yeswehack/yeswehack_vdp_finder
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YesWeHack VDP Finder",
    "version": "1.0",
    "description": "This extension tells if visited sites have vulnerability disclosure programs",
    "homepage_url": "https:\/\/github.com\/yeswehack\/yeswehack_vdp_finder",
    "icons": {
        "48": "res\/images\/FF_ext_icon_red-48.png",
        "96": "res\/images\/FF_ext_icon_red-96.png"
    },
    "browser_action": {
        "default_title": "YesWeHack VDP Finder",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "res\/images\/FF_ext_icon_gray-48.png",
            "96": "res\/images\/FF_ext_icon_gray-96.png"
        }
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ]
}