WordPress Theme Detector and Plugins Detector

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

Hvad er WordPress Theme Detector and Plugins Detector?

WordPress Theme Detector and Plugins Detector er en Chrome-udvidelse udviklet af https://wordpress-theme-detector.com, og dens hovedfunktion er "This tool detects theme and plugins used on WordPress sites and displays information about them.".

Udvidelsesskærmbilleder

Download WordPress Theme Detector and Plugins Detector-udvidelses-CRX-fil

Download WordPress Theme Detector and Plugins Detector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn WordPress Theme Detector and Plugins Detector WordPress Theme Detector and Plugins Detector
ID jdflfokckhmchfpokjmpcoblghjngjja
Officiel URL https://chromewebstore.google.com/detail/wordpress-theme-detector/jdflfokckhmchfpokjmpcoblghjngjja
Beskrivelse This tool detects theme and plugins used on WordPress sites and displays information about them.
Filstørrelse 55.11 KB
Antal Installationer 71,808
Nuværende Version 2.8
Senest Opdateret 2023-10-15
Udgivelsesdato 2020-01-19
Bedømmelse 3.79/5 Samlet 255 Bedømmelser
Udvikler https://wordpress-theme-detector.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}