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是由White Fir Design开发的Chrome扩展程序,该扩展的主要功能是“Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.”。
扩展截图
下载Plugin Security Checker扩展crx文件
下载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" } } |