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…

Co to jest Scan WP - WordPress Theme and Plugin Detector?

Scan WP - WordPress Theme and Plugin Detector to rozszerzenie Chrome opracowane przez https://scanwp.net, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Scan WP - WordPress Theme and Plugin Detector

Pobierz pliki rozszerzeń Scan WP - WordPress Theme and Plugin Detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Scan WP - WordPress Theme and Plugin Detector Scan WP - WordPress Theme and Plugin Detector
ID jgepgcdhakjacecafilmhdnifekocmcl
Oficjalny URL https://chromewebstore.google.com/detail/scan-wp-wordpress-theme-a/jgepgcdhakjacecafilmhdnifekocmcl
Opis 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…
Rozmiar pliku 1.41 MB
Liczba instalacji 42,587
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-06-24
Data Publikacji 2018-02-10
Ocena 3.82/5 Łącznie 51 Oceny
Deweloper https://scanwp.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://scanwp.net
Obsługiwane Języki 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'"
}