IsWordPress - WordPress theme plugin detector

Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.

What is IsWordPress - WordPress theme plugin detector?

IsWordPress - WordPress theme plugin detector is a Chrome extension developed by Jafran Hasan, and its main feature is "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download IsWordPress - WordPress theme plugin detector Extension CRX File

Download IsWordPress - WordPress theme plugin 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

                        The 'IsWordPress' Chrome Extension is a powerful tool that enables you to effortlessly identify WordPress websites, their themes, and plugins. This extension is designed for developers, designers, and enthusiasts who want efficient insights into the technology behind WordPress sites.

Features
Effortless Detection: Quickly identify WordPress websites without hassle.
Theme Insights: Gain design insights by identifying the WordPress theme in use.
Plugin Detection: Discover plugins employed for enhanced functionality.
Optimized Performance: The extension is designed for speed and efficiency.
Server-less Design: Operates without the need for external servers.
Offline Usage: Works even when you're offline.

Full documentation and contribution page can be found on https://github.com/imjafran/iswordpress                    

Extension Basic Information

Name IsWordPress - WordPress theme plugin detector IsWordPress - WordPress theme plugin detector
ID enohbojoeceihccbalgijnfbhbinfllf
Official URL https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf
Description Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
File Size 213 KB
Installation Count 160
Current Version 0.0.3
Last Updated 2023-08-13
Publish Date 2022-11-03
Rating 5.00/5 Total 5 Ratings
Developer Jafran Hasan
Email [email protected]
Payment Type free
Extension Website https://github.com/imjafran/iswordpress
Help Page URL https://github.com/imjafran/iswordpress
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IsWordPress - WordPress theme plugin detector",
    "description": "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "app.html",
        "default_icon": {
            "32": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "32": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    }
}