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…

Cos'è Scan WP - WordPress Theme and Plugin Detector?

Scan WP - WordPress Theme and Plugin Detector è un'estensione di Chrome sviluppata da https://scanwp.net, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scan WP - WordPress Theme and Plugin Detector

Scarica i file di estensione Scan WP - WordPress Theme and Plugin Detector 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Scan WP - WordPress Theme and Plugin Detector Scan WP - WordPress Theme and Plugin Detector
ID jgepgcdhakjacecafilmhdnifekocmcl
URL Ufficiale https://chromewebstore.google.com/detail/scan-wp-wordpress-theme-a/jgepgcdhakjacecafilmhdnifekocmcl
Descrizione 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…
Dimensione del File 1.41 MB
Conteggio Installazioni 42,587
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-24
Data di Pubblicazione 2018-02-10
Valutazione 3.82/5 Totale 51 Valutazioni
Sviluppatore https://scanwp.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://scanwp.net
Lingue Supportate 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'"
}