YesWeHack VDP Finder
This extension tells if visited sites have vulnerability disclosure programs
What is YesWeHack VDP Finder?
YesWeHack VDP Finder is a Chrome extension developed by acc+browserext, and its main feature is "This extension tells if visited sites have vulnerability disclosure programs".
Extension Screenshots
Download YesWeHack VDP Finder Extension CRX File
Download YesWeHack VDP Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YesWeHack VDP Finder |
ID | jnknjejacdkpnaacfgolbmdohkhpphjb |
Official URL | https://chromewebstore.google.com/detail/yeswehack-vdp-finder/jnknjejacdkpnaacfgolbmdohkhpphjb |
Description | This extension tells if visited sites have vulnerability disclosure programs |
File Size | 88.31 KB |
Installation Count | 2,143 |
Current Version | 1.0 |
Last Updated | 2020-02-07 |
Publish Date | 2020-02-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | acc+browserext |
Payment Type | free |
Extension Website | https://github.com/yeswehack/yeswehack_vdp_finder |
Supported Languages | 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", " |