What Is The Theme - WordPress theme detector

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

What is What Is The Theme - WordPress theme detector?

What Is The Theme - WordPress theme detector is a Chrome extension developed by Amir Ben Daoud, and its main feature is "A free tool that allows you to detect the Wordpress theme used on a website.".

Extension Screenshots

screenshot
screenshot

Download What Is The Theme - WordPress theme detector Extension CRX File

Download What Is The Theme - WordPress theme detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name What Is The Theme - WordPress theme detector What Is The Theme - WordPress theme detector
ID dgjggibndljhkkghnmfaopnihnoiacae
Official URL https://chromewebstore.google.com/detail/what-is-the-theme-wordpre/dgjggibndljhkkghnmfaopnihnoiacae
Description A free tool that allows you to detect the Wordpress theme used on a website.
File Size 39.73 KB
Installation Count 460
Current Version 1.2.3
Last Updated 2022-05-07
Publish Date 2018-12-14
Rating 5.00/5 Total 2 Ratings
Developer Amir Ben Daoud
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}