Detect WordPress themes & plugins

The easiest way to detect themes and plugins from WordPress and WooCommerce sites!

Detect WordPress themes & pluginsคืออะไร?

Detect WordPress themes & plugins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mxnpro.ovh และคุณลักษณะหลักของมันคือ "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Detect WordPress themes & plugins

ดาวน์โหลดไฟล์ส่วนขยาย Detect WordPress themes & plugins ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Curious about what theme or plugins your competitors use?

WP Detective is the easiest way to get every details about a WordPress and WooCommerce websites.

Once installed, click the extension icon and you will get all the informations about the website you are visiting.

It's 100% free, enjoy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Detect WordPress themes & plugins Detect WordPress themes & plugins
ID mifocdinanejldnebmfkmjfkklhnilck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck
คำอธิบาย The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
ขนาดไฟล์ 195 KB
จำนวนการติดตั้ง 485
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://mxnpro.ovh
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://mxnpro.ovh/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Detect WordPress themes & plugins",
    "short_name": "WP Detective",
    "version": "1.0",
    "description": "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "injected.js"
            ]
        }
    ]
}