WP Detect

Detect WP Plugins and themes

ما هو WP Detect؟

WP Detect هو إضافة Chrome تم تطويرها بواسطة Offcon Info Security، والميزة الرئيسية لها هي "Detect WP Plugins and themes".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WP Detect

قم بتنزيل ملفات الامتداد WP Detect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This Chrome Extension will check for the themes and plugin on the current webpage.                    

معلومات أساسية عن التمديد

الاسم WP Detect WP Detect
ID jdfohafahkdilhehnefganaoechoejng
عنوان URL الرسمي https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng
الوصف Detect WP Plugins and themes
حجم الملف 55 KB
عدد التثبيتات 844
النسخة الحالية 1.0
آخر تحديث 2013-08-07
تاريخ النشر 2013-08-07
تقييم 5.00/5 مجموع تقييمات 1
المطور Offcon Info Security
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WP Detect",
    "version": "1.0",
    "description": "Detect WP Plugins and themes",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "WP Detect",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}