WP Detect

Detect WP Plugins and themes

What is WP Detect?

WP Detect is a Chrome extension developed by Offcon Info Security, and its main feature is "Detect WP Plugins and themes".

Extension Screenshots

screenshot

Download WP Detect Extension CRX File

Download WP Detect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This Chrome Extension will check for the themes and plugin on the current webpage.                    

Extension Basic Information

Name WP Detect WP Detect
ID jdfohafahkdilhehnefganaoechoejng
Official URL https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng
Description Detect WP Plugins and themes
File Size 55 KB
Installation Count 844
Current Version 1.0
Last Updated 2013-08-07
Publish Date 2013-08-07
Rating 5.00/5 Total 1 Ratings
Developer Offcon Info Security
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WP Detect",
    "version": "1.0",
    "description": "Detect WP Plugins and themes",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "WP Detect",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}