Plugin Security Checker
Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
Что такое Plugin Security Checker?
Plugin Security Checker - это расширение Chrome, разработанное White Fir Design, и его основная функция - "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.".
Снимки экрана расширения
Скачать файл CRX расширения Plugin Security Checker
Скачайте файлы расширений Plugin Security Checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Provides quick access to checking WordPress plugins for possible security issues using the Plugin Security Checker, through a contextual menu item on Plugin Directory pages.
Основная информация о расширении
Название | Plugin Security Checker |
ID | daphallphnnkdhccaienfglopkobdkhb |
Официальный URL | https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb |
Описание | Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker. |
Размер файла | 8.37 KB |
Количество установок | 45 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2022-07-02 |
Дата публикации | 2022-07-02 |
Разработчик | White Fir Design |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome |
URL страницы политики конфиденциальности | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plugin Security Checker", "description": "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.", "version": "1.0.0", "manifest_version": 3, "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/www.pluginvulnerabilities.com\/plugin-security-checker\/?pk_campaign=Chrome", "background": { "service_worker": "background.js" } } |