WP Detect

Detect WP Plugins and themes

O que é WP Detect?

WP Detect é uma extensão do Chrome desenvolvida por Offcon Info Security, e sua principal característica é "Detect WP Plugins and themes".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WP Detect

Baixe arquivos de extensão WP Detect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome WP Detect WP Detect
ID jdfohafahkdilhehnefganaoechoejng
URL Oficial https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng
Descrição Detect WP Plugins and themes
Tamanho do Arquivo 55 KB
Contagem de Instalações 844
Versão Atual 1.0
Última Atualização 2013-08-07
Data de Publicação 2013-08-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Offcon Info Security
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}