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 là gì?

WordPress Theme Detector and Plugins Detector là một tiện ích mở rộng Chrome được phát triển bởi https://wordpress-theme-detector.com, và tính năng chính của nó là "This tool detects theme and plugins used on WordPress sites and displays information about them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng WordPress Theme Detector and Plugins Detector

Tải xuống các tệp mở rộng WordPress Theme Detector and Plugins Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WordPress Theme Detector and Plugins Detector WordPress Theme Detector and Plugins Detector
ID jdflfokckhmchfpokjmpcoblghjngjja
URL Chính Thức https://chromewebstore.google.com/detail/wordpress-theme-detector/jdflfokckhmchfpokjmpcoblghjngjja
Mô tả This tool detects theme and plugins used on WordPress sites and displays information about them.
Kích Thước Tệp 55.11 KB
Số Lần Cài Đặt 71,808
Phiên Bản Hiện Tại 2.8
Cập Nhật Lần Cuối 2023-10-15
Ngày Phát Hành 2020-01-19
Đánh Giá 3.79/5 Tổng số 255 Đánh Giá
Nhà Phát Triển https://wordpress-theme-detector.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}