What Is The Theme - WordPress theme detector

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

Wat is What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector is een Chrome-extensie ontwikkeld door Amir Ben Daoud, en de belangrijkste functie is "A free tool that allows you to detect the Wordpress theme used on a website.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie What Is The Theme - WordPress theme detector

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

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

Basisinformatie over de Extensie

Naam What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
Officiële URL https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Beschrijving A free tool that allows you to detect the Wordpress theme used on a website.
Bestandsgrootte 39.73 KB
Aantal Installaties 460
Huidige Versie 1.2.3
Laatst Bijgewerkt 2022-05-07
Publicatiedatum 2018-12-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Amir Ben Daoud
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}