WP Detect

Detect WP Plugins and themes

Cos'è WP Detect?

WP Detect è un'estensione di Chrome sviluppata da Offcon Info Security, e la sua funzione principale è "Detect WP Plugins and themes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WP Detect

Scarica i file di estensione WP Detect 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

                        This Chrome Extension will check for the themes and plugin on the current webpage.                    

Informazioni di Base sull'Estensione

Nome WP Detect WP Detect
ID jdfohafahkdilhehnefganaoechoejng
URL Ufficiale https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng
Descrizione Detect WP Plugins and themes
Dimensione del File 55 KB
Conteggio Installazioni 844
Versione Corrente 1.0
Ultimo Aggiornamento 2013-08-07
Data di Pubblicazione 2013-08-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Offcon Info Security
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WP Detect",
    "version": "1.0",
    "description": "Detect WP Plugins and themes",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "WP Detect",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}