Plugin Security Checker

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

Wat is Plugin Security Checker?

Plugin Security Checker is een Chrome-extensie ontwikkeld door White Fir Design, en de belangrijkste functie is "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Plugin Security Checker

Download Plugin Security Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Plugin Security Checker Plugin Security Checker
ID daphallphnnkdhccaienfglopkobdkhb
Officiële URL https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb
Beschrijving Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
Bestandsgrootte 8.37 KB
Aantal Installaties 45
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-07-02
Publicatiedatum 2022-07-02
Ontwikkelaar White Fir Design
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome
URL van de Privacybeleid Pagina https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Ondersteunde Talen 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"
    }
}