YesWeHack VDP Finder
This extension tells if visited sites have vulnerability disclosure programs
Co to jest YesWeHack VDP Finder?
YesWeHack VDP Finder to rozszerzenie Chrome opracowane przez acc+browserext, a jego główną funkcją jest „This extension tells if visited sites have vulnerability disclosure programs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YesWeHack VDP Finder
Pobierz pliki rozszerzeń YesWeHack VDP Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | YesWeHack VDP Finder |
ID | jnknjejacdkpnaacfgolbmdohkhpphjb |
Oficjalny URL | https://chromewebstore.google.com/detail/yeswehack-vdp-finder/jnknjejacdkpnaacfgolbmdohkhpphjb |
Opis | This extension tells if visited sites have vulnerability disclosure programs |
Rozmiar pliku | 88.31 KB |
Liczba instalacji | 2,143 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-02-07 |
Data Publikacji | 2020-02-07 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | acc+browserext |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/yeswehack/yeswehack_vdp_finder |
Obsługiwane Języki | 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", " |