Scan WP - WordPress Theme and Plugin Detector

Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it…

ما هو Scan WP - WordPress Theme and Plugin Detector؟

Scan WP - WordPress Theme and Plugin Detector هو إضافة Chrome تم تطويرها بواسطة https://scanwp.net، والميزة الرئيسية لها هي "Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it…".

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

screenshot

تحميل ملف CRX للإضافة Scan WP - WordPress Theme and Plugin Detector

قم بتنزيل ملفات الامتداد Scan WP - WordPress Theme and Plugin Detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it such functionality?
Well, all you have to do now, is install this extension and we will detect the Wordpress themes and plugins the site you are on uses.

After you install the extension, an orange Wordpress logo will be added to your browser. So, go to a site that was built with Wordpress and just press that logo. Within a few seconds you will know everything there is to know about the theme and plugins.

You can also go to our Wordpress theme detector website and get additional information regarding the domain such as strong keywords its ranked for, estimated traffic, main competitors for rankings and more.                    

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

الاسم Scan WP - WordPress Theme and Plugin Detector Scan WP - WordPress Theme and Plugin Detector
ID jgepgcdhakjacecafilmhdnifekocmcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/scan-wp-wordpress-theme-a/jgepgcdhakjacecafilmhdnifekocmcl
الوصف Have you ever been on a really great WordPress site and want to know how it was built? What theme they used? What plugins give it…
حجم الملف 1.41 MB
عدد التثبيتات 42,587
النسخة الحالية 1.0
آخر تحديث 2022-06-24
تاريخ النشر 2018-02-10
تقييم 3.82/5 مجموع تقييمات 51
المطور https://scanwp.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://scanwp.net
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scan WP - WordPress Theme and Plugin Detector",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}