Plugin Security Checker

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

Was ist Plugin Security Checker?

Plugin Security Checker ist eine Chrome-Erweiterung, die von White Fir Design entwickelt wurde, und ihr Hauptmerkmal ist "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.".

Erweiterungsscreenshots

screenshot

Plugin Security Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Plugin Security Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Plugin Security Checker Plugin Security Checker
ID daphallphnnkdhccaienfglopkobdkhb
Offizielle URL https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb
Beschreibung Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
Dateigröße 8.37 KB
Installationsanzahl 45
Aktuelle Version 1.0.0
Letztes Update 2022-07-02
Veröffentlichungsdatum 2022-07-02
Entwickler White Fir Design
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome
URL der Datenschutzrichtlinien-Seite https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Unterstützte Sprachen 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"
    }
}