Detect WordPress themes & plugins

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

Co je Detect WordPress themes & plugins?

Detect WordPress themes & plugins je rozšíření Chrome vyvinuté https://mxnpro.ovh, a jeho hlavní funkcí je „The easiest way to detect themes and plugins from WordPress and WooCommerce sites!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Detect WordPress themes & plugins

Stáhněte si soubory rozšíření Detect WordPress themes & plugins ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Detect WordPress themes & plugins Detect WordPress themes & plugins
ID mifocdinanejldnebmfkmjfkklhnilck
Oficiální URL https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck
Popis The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
Velikost souboru 195 KB
Počet instalací 485
Aktuální Verze 1.0
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář https://mxnpro.ovh
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://mxnpro.ovh/privacy
Podporované Jazyky 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"
            ]
        }
    ]
}