Detect WordPress themes & plugins

The easiest way to detect themes and plugins from WordPress and WooCommerce sites!

What is Detect WordPress themes & plugins?

Detect WordPress themes & plugins is a Chrome extension developed by https://mxnpro.ovh, and its main feature is "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!".

Extension Screenshots

screenshot
screenshot

Download Detect WordPress themes & plugins Extension CRX File

Download Detect WordPress themes & plugins 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

                        Curious about what theme or plugins your competitors use?

WP Detective is the easiest way to get every details about a WordPress and WooCommerce websites.

Once installed, click the extension icon and you will get all the informations about the website you are visiting.

It's 100% free, enjoy!                    

Extension Basic Information

Name Detect WordPress themes & plugins Detect WordPress themes & plugins
ID mifocdinanejldnebmfkmjfkklhnilck
Official URL https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck
Description The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
File Size 195 KB
Installation Count 485
Current Version 1.0
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.50/5 Total 2 Ratings
Developer https://mxnpro.ovh
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mxnpro.ovh/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Detect WordPress themes & plugins",
    "short_name": "WP Detective",
    "version": "1.0",
    "description": "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "injected.js"
            ]
        }
    ]
}