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…

¿Qué es Scan WP - WordPress Theme and Plugin Detector?

Scan WP - WordPress Theme and Plugin Detector es una extensión de Chrome desarrollada por https://scanwp.net, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Scan WP - WordPress Theme and Plugin Detector

Descarga archivos de extensión Scan WP - WordPress Theme and Plugin Detector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción 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…
Tamaño del Archivo 1.41 MB
Cantidad de Instalaciones 42,587
Versión Actual 1.0
Última Actualización 2022-06-24
Fecha de Publicación 2018-02-10
Calificación 3.82/5 Total de 51 Calificaciones
Desarrollador https://scanwp.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://scanwp.net
Idiomas Soportados 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'"
}