WordPress theme and plugins detector 2017

WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…

ما هو WordPress theme and plugins detector 2017؟

WordPress theme and plugins detector 2017 هو إضافة Chrome تم تطويرها بواسطة https://webribs.com، والميزة الرئيسية لها هي "WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WordPress theme and plugins detector 2017

قم بتنزيل ملفات الامتداد WordPress theme and plugins detector 2017 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers to identify either a website is using WordPress or not. 

In upcoming versions of this extension, I'm going to provide the links of that plugins. So you can easily download those plugins as well.

If you're facing any issue with this extension, feel free to contact me regarding the issue. I'm here to solve that issue for you. 

Thanks,
Rizwan Saleem                    

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

الاسم WordPress theme and plugins detector 2017 WordPress theme and plugins detector 2017
ID bpfflaogkhdlflapgekofknjgmggmnbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/wordpress-theme-and-plugi/bpfflaogkhdlflapgekofknjgmggmnbf
الوصف WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…
حجم الملف 43.33 KB
عدد التثبيتات 931
النسخة الحالية 0.7
آخر تحديث 2017-09-26
تاريخ النشر 2017-09-26
تقييم 2.80/5 مجموع تقييمات 5
المطور https://webribs.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://webribs.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress theme and plugins detector 2017",
    "short_name": "WP Detector",
    "version": "0.7",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/* https:\/\/maxcdn.bootstrapcdn.com\/* https:\/\/ssl.google-analytics.com; object-src 'self'"
}