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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Plugin Security Checker
قم بتنزيل ملفات الامتداد Plugin Security Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |