YesWeHack VDP Finder

This extension tells if visited sites have vulnerability disclosure programs

Что такое YesWeHack VDP Finder?

YesWeHack VDP Finder - это расширение Chrome, разработанное acc+browserext, и его основная функция - "This extension tells if visited sites have vulnerability disclosure programs".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YesWeHack VDP Finder

Скачайте файлы расширений YesWeHack VDP Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название YesWeHack VDP Finder YesWeHack VDP Finder
ID jnknjejacdkpnaacfgolbmdohkhpphjb
Официальный URL https://chromewebstore.google.com/detail/yeswehack-vdp-finder/jnknjejacdkpnaacfgolbmdohkhpphjb
Описание This extension tells if visited sites have vulnerability disclosure programs
Размер файла 88.31 KB
Количество установок 2,143
Текущая Версия 1.0
Последнее Обновление 2020-02-07
Дата публикации 2020-02-07
Рейтинг 5.00/5 Всего 2 оценок
Разработчик acc+browserext
Тип оплаты free
Официальный сайт расширения https://github.com/yeswehack/yeswehack_vdp_finder
Поддерживаемые языки 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",
        ""
    ]
}