YesWeHack VDP Finder
This extension tells if visited sites have vulnerability disclosure programs
YesWeHack VDP Finder là gì?
YesWeHack VDP Finder là một tiện ích mở rộng Chrome được phát triển bởi acc+browserext, và tính năng chính của nó là "This extension tells if visited sites have vulnerability disclosure programs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YesWeHack VDP Finder
Tải xuống các tệp mở rộng YesWeHack VDP Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YesWeHack VDP Finder |
ID | jnknjejacdkpnaacfgolbmdohkhpphjb |
URL Chính Thức | https://chromewebstore.google.com/detail/yeswehack-vdp-finder/jnknjejacdkpnaacfgolbmdohkhpphjb |
Mô tả | This extension tells if visited sites have vulnerability disclosure programs |
Kích Thước Tệp | 88.31 KB |
Số Lần Cài Đặt | 2,143 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-02-07 |
Ngày Phát Hành | 2020-02-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | acc+browserext |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/yeswehack/yeswehack_vdp_finder |
Ngôn Ngữ Được Hỗ Trợ | 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", " |