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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}