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