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…

Was ist Scan WP - WordPress Theme and Plugin Detector?

Scan WP - WordPress Theme and Plugin Detector ist eine Chrome-Erweiterung, die von https://scanwp.net entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot

Scan WP - WordPress Theme and Plugin Detector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scan WP - WordPress Theme and Plugin Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Scan WP - WordPress Theme and Plugin Detector Scan WP - WordPress Theme and Plugin Detector
ID jgepgcdhakjacecafilmhdnifekocmcl
Offizielle URL https://chromewebstore.google.com/detail/scan-wp-wordpress-theme-a/jgepgcdhakjacecafilmhdnifekocmcl
Beschreibung 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…
Dateigröße 1.41 MB
Installationsanzahl 42,587
Aktuelle Version 1.0
Letztes Update 2022-06-24
Veröffentlichungsdatum 2018-02-10
Bewertung 3.82/5 Insgesamt 51 Bewertungen
Entwickler https://scanwp.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://scanwp.net
Unterstützte Sprachen 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'"
}