WPSecurity - WordPress Vulnerability Scanner
WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!
WPSecurity - WordPress Vulnerability Scanner क्या है?
WPSecurity - WordPress Vulnerability Scanner wordpresswebers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WPSecurity - WordPress Vulnerability Scanner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more! WPsecurity allows you to scan self hosted WordPress sites. With WPsecurity you can detect the following: • Version • Version vulnerabilities • Plugins • Themes • Users and much more! This plugins allows users to identify weaknesses and loopholes in their website and correct them. Hence, forming a part of identification of build problems within the wordpress website. Although WPsecurity is designed for self hosted (wordpress.org) WordPress sites, some of it's functionalities still work for sites hosted on wordpress.com. DISCLAIMER: Usage of this extension without prior mutual consent can be considered as an illegal activity. It is the final user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program.
एक्सटेंशन की मूल जानकारी
नाम | WPSecurity - WordPress Vulnerability Scanner |
ID | fjpcnacjhlajeobikegbgeeelokemgdf |
आधिकारिक URL | https://chromewebstore.google.com/detail/wpsecurity-wordpress-vuln/fjpcnacjhlajeobikegbgeeelokemgdf |
विवरण | WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more! |
फ़ाइल का आकार | 206 KB |
स्थापना संख्या | 320 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2021-12-30 |
प्रकाशन तिथि | 2021-12-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | wordpresswebers |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://wordpresswebers.com/ |
सहायता पृष्ठ URL | https://wordpresswebers.com/ |
गोपनीयता नीति पृष्ठ URL | https://wordpresswebers.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WPSecurity - WordPress Vulnerability Scanner", "author": "WordPress Weberss", "version": "1.8", "description": "WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!", "manifest_version": 2, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "background": { "page": "html\/background.html" }, "page_action": { "default_popup": "html\/popup.html", "default_title": "WPSecurity - WordPress Scanner", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js", "js\/include.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "resources\/Quicksand-Regular.ttf" ] } |