WordPress Theme Detector and Plugins Detector

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

Cos'è WordPress Theme Detector and Plugins Detector?

WordPress Theme Detector and Plugins Detector è un'estensione di Chrome sviluppata da https://wordpress-theme-detector.com, e la sua funzione principale è "This tool detects theme and plugins used on WordPress sites and displays information about them.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione WordPress Theme Detector and Plugins Detector

Scarica i file di estensione WordPress Theme Detector and Plugins Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WordPress Theme Detector and Plugins Detector WordPress Theme Detector and Plugins Detector
ID jdflfokckhmchfpokjmpcoblghjngjja
URL Ufficiale https://chromewebstore.google.com/detail/wordpress-theme-detector/jdflfokckhmchfpokjmpcoblghjngjja
Descrizione This tool detects theme and plugins used on WordPress sites and displays information about them.
Dimensione del File 55.11 KB
Conteggio Installazioni 71,808
Versione Corrente 2.8
Ultimo Aggiornamento 2023-10-15
Data di Pubblicazione 2020-01-19
Valutazione 3.79/5 Totale 255 Valutazioni
Sviluppatore https://wordpress-theme-detector.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}