YesWeHack VDP Finder

This extension tells if visited sites have vulnerability disclosure programs

Cos'è YesWeHack VDP Finder?

YesWeHack VDP Finder è un'estensione di Chrome sviluppata da acc+browserext, e la sua funzione principale è "This extension tells if visited sites have vulnerability disclosure programs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YesWeHack VDP Finder

Scarica i file di estensione YesWeHack VDP Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YesWeHack VDP Finder YesWeHack VDP Finder
ID jnknjejacdkpnaacfgolbmdohkhpphjb
URL Ufficiale https://chromewebstore.google.com/detail/yeswehack-vdp-finder/jnknjejacdkpnaacfgolbmdohkhpphjb
Descrizione This extension tells if visited sites have vulnerability disclosure programs
Dimensione del File 88.31 KB
Conteggio Installazioni 2,143
Versione Corrente 1.0
Ultimo Aggiornamento 2020-02-07
Data di Pubblicazione 2020-02-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore acc+browserext
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yeswehack/yeswehack_vdp_finder
Lingue Supportate 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",
        ""
    ]
}