Plugin Security Checker

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

Plugin Security Checkerคืออะไร?

Plugin Security Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย White Fir Design และคุณลักษณะหลักของมันคือ "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plugin Security Checker

ดาวน์โหลดไฟล์ส่วนขยาย Plugin Security Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Plugin Security Checker Plugin Security Checker
ID daphallphnnkdhccaienfglopkobdkhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb
คำอธิบาย Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
ขนาดไฟล์ 8.37 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-07-02
วันที่เผยแพร่ 2022-07-02
ผู้พัฒนา White Fir Design
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome
URL หน้านโยบายความเป็นส่วนตัว https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
ภาษาที่รองรับ 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"
    }
}