WordPress Theme Detector and Plugins Detector

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

Was ist WordPress Theme Detector and Plugins Detector?

WordPress Theme Detector and Plugins Detector ist eine Chrome-Erweiterung, die von https://wordpress-theme-detector.com entwickelt wurde, und ihr Hauptmerkmal ist "This tool detects theme and plugins used on WordPress sites and displays information about them.".

Erweiterungsscreenshots

WordPress Theme Detector and Plugins Detector-Erweiterungs-CRX-Datei herunterladen

Laden Sie WordPress Theme Detector and Plugins Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name WordPress Theme Detector and Plugins Detector WordPress Theme Detector and Plugins Detector
ID jdflfokckhmchfpokjmpcoblghjngjja
Offizielle URL https://chromewebstore.google.com/detail/wordpress-theme-detector/jdflfokckhmchfpokjmpcoblghjngjja
Beschreibung This tool detects theme and plugins used on WordPress sites and displays information about them.
Dateigröße 55.11 KB
Installationsanzahl 71,808
Aktuelle Version 2.8
Letztes Update 2023-10-15
Veröffentlichungsdatum 2020-01-19
Bewertung 3.79/5 Insgesamt 255 Bewertungen
Entwickler https://wordpress-theme-detector.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}