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…

Qu'est-ce que WordPress theme and plugins detector 2017 ?

WordPress theme and plugins detector 2017 est une extension Chrome développée par https://webribs.com, et sa fonction principale est "WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WordPress theme and plugins detector 2017

Téléchargez les fichiers d'extension WordPress theme and plugins detector 2017 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WordPress theme and plugins detector 2017 WordPress theme and plugins detector 2017
ID bpfflaogkhdlflapgekofknjgmggmnbf
URL Officiel https://chromewebstore.google.com/detail/wordpress-theme-and-plugi/bpfflaogkhdlflapgekofknjgmggmnbf
Description WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…
Taille du Fichier 43.33 KB
Nombre d'Installations 931
Version Actuelle 0.7
Dernière Mise à Jour 2017-09-26
Date de Publication 2017-09-26
Évaluation 2.80/5 Total 5 Évaluations
Développeur https://webribs.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://webribs.com
Langues Prises en Charge 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'"
}