Detect WordPress themes & plugins

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

Detect WordPress themes & plugins क्या है?

Detect WordPress themes & plugins https://mxnpro.ovh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Detect WordPress themes & plugins एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Detect WordPress themes & plugins Detect WordPress themes & plugins
ID mifocdinanejldnebmfkmjfkklhnilck
आधिकारिक URL https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck
विवरण The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
फ़ाइल का आकार 195 KB
स्थापना संख्या 485
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://mxnpro.ovh
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://mxnpro.ovh/privacy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}