Scan WP - WordPress Theme and Plugin Detector

Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it…

O que é Scan WP - WordPress Theme and Plugin Detector?

Scan WP - WordPress Theme and Plugin Detector é uma extensão do Chrome desenvolvida por https://scanwp.net, e sua principal característica é "Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scan WP - WordPress Theme and Plugin Detector

Baixe arquivos de extensão Scan WP - WordPress Theme and Plugin Detector 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

                        Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it such functionality?
Well, all you have to do now, is install this extension and we will detect the Wordpress themes and plugins the site you are on uses.

After you install the extension, an orange Wordpress logo will be added to your browser. So, go to a site that was built with Wordpress and just press that logo. Within a few seconds you will know everything there is to know about the theme and plugins.

You can also go to our Wordpress theme detector website and get additional information regarding the domain such as strong keywords its ranked for, estimated traffic, main competitors for rankings and more.                    

Informações Básicas da Extensão

Nome Scan WP - WordPress Theme and Plugin Detector Scan WP - WordPress Theme and Plugin Detector
ID jgepgcdhakjacecafilmhdnifekocmcl
URL Oficial https://chromewebstore.google.com/detail/scan-wp-wordpress-theme-a/jgepgcdhakjacecafilmhdnifekocmcl
Descrição Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it…
Tamanho do Arquivo 1.41 MB
Contagem de Instalações 42,587
Versão Atual 1.0
Última Atualização 2022-06-24
Data de Publicação 2018-02-10
Classificação 3.82/5 Total de 51 Avaliações
Desenvolvedor https://scanwp.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://scanwp.net
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scan WP - WordPress Theme and Plugin Detector",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}