WordPress Theme Detector and Plugins Detector

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

Wat is WordPress Theme Detector and Plugins Detector?

WordPress Theme Detector and Plugins Detector is een Chrome-extensie ontwikkeld door https://wordpress-theme-detector.com, en de belangrijkste functie is "This tool detects theme and plugins used on WordPress sites and displays information about them.".

Extensie Screenshots

Download het CRX-bestand van de extensie WordPress Theme Detector and Plugins Detector

Download WordPress Theme Detector and Plugins Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam WordPress Theme Detector and Plugins Detector WordPress Theme Detector and Plugins Detector
ID jdflfokckhmchfpokjmpcoblghjngjja
Officiële URL https://chromewebstore.google.com/detail/wordpress-theme-detector/jdflfokckhmchfpokjmpcoblghjngjja
Beschrijving This tool detects theme and plugins used on WordPress sites and displays information about them.
Bestandsgrootte 55.11 KB
Aantal Installaties 71,808
Huidige Versie 2.8
Laatst Bijgewerkt 2023-10-15
Publicatiedatum 2020-01-19
Beoordeling 3.79/5 Totaal 255 Beoordelingen
Ontwikkelaar https://wordpress-theme-detector.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}