Detect WordPress themes & plugins

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

Cos'è Detect WordPress themes & plugins?

Detect WordPress themes & plugins è un'estensione di Chrome sviluppata da https://mxnpro.ovh, e la sua funzione principale è "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Detect WordPress themes & plugins

Scarica i file di estensione Detect WordPress themes & plugins in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Detect WordPress themes & plugins Detect WordPress themes & plugins
ID mifocdinanejldnebmfkmjfkklhnilck
URL Ufficiale https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck
Descrizione The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
Dimensione del File 195 KB
Conteggio Installazioni 485
Versione Corrente 1.0
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://mxnpro.ovh
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://mxnpro.ovh/privacy
Lingue Supportate 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"
            ]
        }
    ]
}