Plugin Security Checker

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

Co je Plugin Security Checker?

Plugin Security Checker je rozšíření Chrome vyvinuté White Fir Design, a jeho hlavní funkcí je „Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Plugin Security Checker

Stáhněte si soubory rozšíření Plugin Security Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Plugin Security Checker Plugin Security Checker
ID daphallphnnkdhccaienfglopkobdkhb
Oficiální URL https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb
Popis Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
Velikost souboru 8.37 KB
Počet instalací 45
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-07-02
Datum Vydání 2022-07-02
Vývojář White Fir Design
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome
URL Stránky Zásad Ochrany Soukromí https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Podporované Jazyky 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"
    }
}