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によって開発されたChromeの拡張機能で、その主な機能は「WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

WPSecurity - WordPress Vulnerability Scanner拡張機能のCRXファイルをダウンロード

WPSecurity - WordPress Vulnerability Scanner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    ]
}