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 là gì?
Plugin Security Checker là một tiện ích mở rộng Chrome được phát triển bởi White Fir Design, và tính năng chính của nó là "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Plugin Security Checker
Tải xuống các tệp mở rộng Plugin Security Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Plugin Security Checker |
ID | daphallphnnkdhccaienfglopkobdkhb |
URL Chính Thức | https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb |
Mô tả | Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker. |
Kích Thước Tệp | 8.37 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-07-02 |
Ngày Phát Hành | 2022-07-02 |
Nhà Phát Triển | White Fir Design |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome |
URL Trang Chính Sách Bảo Mật | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |