Detect WordPress themes & plugins
The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
O que é Detect WordPress themes & plugins?
Detect WordPress themes & plugins é uma extensão do Chrome desenvolvida por https://mxnpro.ovh, e sua principal característica é "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Detect WordPress themes & plugins
Baixe arquivos de extensão Detect WordPress themes & plugins 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
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!
Informações Básicas da Extensão
Nome | Detect WordPress themes & plugins |
ID | mifocdinanejldnebmfkmjfkklhnilck |
URL Oficial | https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck |
Descrição | The easiest way to detect themes and plugins from WordPress and WooCommerce sites! |
Tamanho do Arquivo | 195 KB |
Contagem de Instalações | 485 |
Versão Atual | 1.0 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | https://mxnpro.ovh |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://mxnpro.ovh/privacy |
Idiomas Suportados | 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" ] } ] } |