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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Scan WP - WordPress Theme and Plugin Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}