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…

Cos'è WordPress theme and plugins detector 2017?

WordPress theme and plugins detector 2017 è un'estensione di Chrome sviluppata da https://webribs.com, e la sua funzione principale è "WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WordPress theme and plugins detector 2017

Scarica i file di estensione WordPress theme and plugins detector 2017 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome WordPress theme and plugins detector 2017 WordPress theme and plugins detector 2017
ID bpfflaogkhdlflapgekofknjgmggmnbf
URL Ufficiale https://chromewebstore.google.com/detail/wordpress-theme-and-plugi/bpfflaogkhdlflapgekofknjgmggmnbf
Descrizione WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…
Dimensione del File 43.33 KB
Conteggio Installazioni 931
Versione Corrente 0.7
Ultimo Aggiornamento 2017-09-26
Data di Pubblicazione 2017-09-26
Valutazione 2.80/5 Totale 5 Valutazioni
Sviluppatore https://webribs.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://webribs.com
Lingue Supportate 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'"
}