Plugin Security Checker

Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.

What is Plugin Security Checker?

Plugin Security Checker is a Chrome extension developed by White Fir Design, and its main feature is "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.".

Extension Screenshots

screenshot

Download Plugin Security Checker Extension CRX File

Download Plugin Security Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Plugin Security Checker Plugin Security Checker
ID daphallphnnkdhccaienfglopkobdkhb
Official URL https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb
Description Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
File Size 8.37 KB
Installation Count 45
Current Version 1.0.0
Last Updated 2022-07-02
Publish Date 2022-07-02
Developer White Fir Design
Email [email protected]
Payment Type free
Extension Website https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome
Privacy Policy Page URL https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Supported Languages 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"
    }
}