Plugin Security Checker

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

Hvad er Plugin Security Checker?

Plugin Security Checker er en Chrome-udvidelse udviklet af White Fir Design, og dens hovedfunktion er "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.".

Udvidelsesskærmbilleder

screenshot

Download Plugin Security Checker-udvidelses-CRX-fil

Download Plugin Security Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Plugin Security Checker Plugin Security Checker
ID daphallphnnkdhccaienfglopkobdkhb
Officiel URL https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb
Beskrivelse Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
Filstørrelse 8.37 KB
Antal Installationer 45
Nuværende Version 1.0.0
Senest Opdateret 2022-07-02
Udgivelsesdato 2022-07-02
Udvikler White Fir Design
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome
URL til Fortrolighedspolitik Side https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Understøttede Sprog 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"
    }
}