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…

Wat is Scan WP - WordPress Theme and Plugin Detector?

Scan WP - WordPress Theme and Plugin Detector is een Chrome-extensie ontwikkeld door https://scanwp.net, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scan WP - WordPress Theme and Plugin Detector

Download Scan WP - WordPress Theme and Plugin Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Scan WP - WordPress Theme and Plugin Detector Scan WP - WordPress Theme and Plugin Detector
ID jgepgcdhakjacecafilmhdnifekocmcl
Officiële URL https://chromewebstore.google.com/detail/scan-wp-wordpress-theme-a/jgepgcdhakjacecafilmhdnifekocmcl
Beschrijving 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…
Bestandsgrootte 1.41 MB
Aantal Installaties 42,587
Huidige Versie 1.0
Laatst Bijgewerkt 2022-06-24
Publicatiedatum 2018-02-10
Beoordeling 3.82/5 Totaal 51 Beoordelingen
Ontwikkelaar https://scanwp.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://scanwp.net
Ondersteunde Talen 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'"
}