Plugin Security Checker
Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
O que é Plugin Security Checker?
Plugin Security Checker é uma extensão do Chrome desenvolvida por White Fir Design, e sua principal característica é "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Plugin Security Checker
Baixe arquivos de extensão Plugin Security Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Plugin Security Checker |
ID | daphallphnnkdhccaienfglopkobdkhb |
URL Oficial | https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb |
Descrição | Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker. |
Tamanho do Arquivo | 8.37 KB |
Contagem de Instalações | 45 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-07-02 |
Data de Publicação | 2022-07-02 |
Desenvolvedor | White Fir Design |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome |
URL da Página de Política de Privacidade | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Idiomas Suportados | 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" } } |