WordPress Theme Detector and Plugins Detector

This tool detects theme and plugins used on WordPress sites and displays information about them.

¿Qué es WordPress Theme Detector and Plugins Detector?

WordPress Theme Detector and Plugins Detector es una extensión de Chrome desarrollada por https://wordpress-theme-detector.com, y su función principal es "This tool detects theme and plugins used on WordPress sites and displays information about them.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión WordPress Theme Detector and Plugins Detector

Descarga archivos de extensión WordPress Theme Detector and Plugins 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

                        Plugins detection is done on a remote server and then sends the result to your browser.                    

Información Básica de la Extensión

Nombre WordPress Theme Detector and Plugins Detector WordPress Theme Detector and Plugins Detector
ID jdflfokckhmchfpokjmpcoblghjngjja
URL Oficial https://chromewebstore.google.com/detail/wordpress-theme-detector/jdflfokckhmchfpokjmpcoblghjngjja
Descripción This tool detects theme and plugins used on WordPress sites and displays information about them.
Tamaño del Archivo 55.11 KB
Cantidad de Instalaciones 71,808
Versión Actual 2.8
Última Actualización 2023-10-15
Fecha de Publicación 2020-01-19
Calificación 3.79/5 Total de 255 Calificaciones
Desarrollador https://wordpress-theme-detector.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en,fr,es,ro,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/inactive48.png",
            "19": "images\/inactive48.png",
            "32": "images\/inactive48.png",
            "48": "images\/inactive48.png",
            "128": "images\/inactive128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "WordPress Theme Detector and Plugins Detector"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "images\/inactive128.png",
        "48": "images\/inactive48.png",
        "19": "images\/inactive19.png",
        "16": "images\/inactive16.png"
    },
    "manifest_version": 3,
    "name": "WordPress Theme Detector and Plugins Detector",
    "version": "2.8"
}