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…

Was ist WordPress theme and plugins detector 2017?

WordPress theme and plugins detector 2017 ist eine Chrome-Erweiterung, die von https://webribs.com entwickelt wurde, und ihr Hauptmerkmal ist "WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

WordPress theme and plugins detector 2017-Erweiterungs-CRX-Datei herunterladen

Laden Sie WordPress theme and plugins detector 2017-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name WordPress theme and plugins detector 2017 WordPress theme and plugins detector 2017
ID bpfflaogkhdlflapgekofknjgmggmnbf
Offizielle URL https://chromewebstore.google.com/detail/wordpress-theme-and-plugi/bpfflaogkhdlflapgekofknjgmggmnbf
Beschreibung WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…
Dateigröße 43.33 KB
Installationsanzahl 931
Aktuelle Version 0.7
Letztes Update 2017-09-26
Veröffentlichungsdatum 2017-09-26
Bewertung 2.80/5 Insgesamt 5 Bewertungen
Entwickler https://webribs.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://webribs.com
Unterstützte Sprachen 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'"
}