WordPress Theme Detector and Plugins Detector

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

什么是WordPress Theme Detector and Plugins Detector?

WordPress Theme Detector and Plugins Detector是由https://wordpress-theme-detector.com开发的Chrome扩展程序,该扩展的主要功能是“This tool detects theme and plugins used on WordPress sites and displays information about them.”。

扩展截图

下载WordPress Theme Detector and Plugins Detector扩展crx文件

下载WordPress Theme Detector and Plugins Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 WordPress Theme Detector and Plugins Detector WordPress Theme Detector and Plugins Detector
ID jdflfokckhmchfpokjmpcoblghjngjja
官方URL https://chromewebstore.google.com/detail/wordpress-theme-detector/jdflfokckhmchfpokjmpcoblghjngjja
简介 This tool detects theme and plugins used on WordPress sites and displays information about them.
文件大小 55.11 KB
安装次数 71,808
当前版本 2.8
更新时间 2023-10-15
上架时间 2020-01-19
评分 3.79/5 共255次评分
开发者 https://wordpress-theme-detector.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}