YesWeHack VDP Finder

This extension tells if visited sites have vulnerability disclosure programs

Co je YesWeHack VDP Finder?

YesWeHack VDP Finder je rozšíření Chrome vyvinuté acc+browserext, a jeho hlavní funkcí je „This extension tells if visited sites have vulnerability disclosure programs“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YesWeHack VDP Finder

Stáhněte si soubory rozšíření YesWeHack VDP Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YesWeHack VDP Finder YesWeHack VDP Finder
ID jnknjejacdkpnaacfgolbmdohkhpphjb
Oficiální URL https://chromewebstore.google.com/detail/yeswehack-vdp-finder/jnknjejacdkpnaacfgolbmdohkhpphjb
Popis This extension tells if visited sites have vulnerability disclosure programs
Velikost souboru 88.31 KB
Počet instalací 2,143
Aktuální Verze 1.0
Poslední Aktualizace 2020-02-07
Datum Vydání 2020-02-07
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář acc+browserext
Typ Platby free
Webové stránky Rozšíření https://github.com/yeswehack/yeswehack_vdp_finder
Podporované Jazyky 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",
        ""
    ]
}