Detect WordPress themes & plugins

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

Vad är Detect WordPress themes & plugins?

Detect WordPress themes & plugins är en Chrome-tillägg utvecklad av https://mxnpro.ovh, och dess huvudfunktion är "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Detect WordPress themes & plugins-förlängningens CRX-fil

Ladda ner Detect WordPress themes & plugins-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Detect WordPress themes & plugins Detect WordPress themes & plugins
ID mifocdinanejldnebmfkmjfkklhnilck
Officiell webbadress https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck
Beskrivning The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
Filstorlek 195 KB
Antal Installationer 485
Aktuell Version 1.0
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare https://mxnpro.ovh
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://mxnpro.ovh/privacy
Stödda Språk 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"
            ]
        }
    ]
}