YesWeHack VDP Finder

This extension tells if visited sites have vulnerability disclosure programs

Apa itu YesWeHack VDP Finder?

YesWeHack VDP Finder adalah ekstensi Chrome yang dikembangkan oleh acc+browserext, dan fitur utamanya adalah "This extension tells if visited sites have vulnerability disclosure programs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YesWeHack VDP Finder

Unduh file ekstensi YesWeHack VDP Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YesWeHack VDP Finder YesWeHack VDP Finder
ID jnknjejacdkpnaacfgolbmdohkhpphjb
URL Resmi https://chromewebstore.google.com/detail/yeswehack-vdp-finder/jnknjejacdkpnaacfgolbmdohkhpphjb
Deskripsi This extension tells if visited sites have vulnerability disclosure programs
Ukuran File 88.31 KB
Jumlah Instalasi 2,143
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-02-07
Tanggal Publikasi 2020-02-07
Penilaian 5.00/5 Total 2 Penilaian
Pengembang acc+browserext
Tipe Pembayaran free
Situs Ekstensi https://github.com/yeswehack/yeswehack_vdp_finder
Bahasa yang Didukung 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",
        ""
    ]
}