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",
        ""
    ]
}