What Is The Theme - WordPress theme detector

A free tool that allows you to detect the Wordpress theme used on a website.

Was ist What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector ist eine Chrome-Erweiterung, die von Amir Ben Daoud entwickelt wurde, und ihr Hauptmerkmal ist "A free tool that allows you to detect the Wordpress theme used on a website.".

Erweiterungsscreenshots

screenshot
screenshot

What Is The Theme - WordPress theme detector-Erweiterungs-CRX-Datei herunterladen

Laden Sie What Is The Theme - WordPress theme 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

                        A free tool that allows you to detect the Wordpress theme used on a website.                    

Grundlegende Informationen zur Erweiterung

Name What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
Offizielle URL https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Beschreibung A free tool that allows you to detect the Wordpress theme used on a website.
Dateigröße 39.73 KB
Installationsanzahl 460
Aktuelle Version 1.2.3
Letztes Update 2022-05-07
Veröffentlichungsdatum 2018-12-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Amir Ben Daoud
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "What Is The Theme - WordPress theme detector",
    "version": "1.2.3",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}