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…

Τι είναι το Scan WP - WordPress Theme and Plugin Detector;

Το Scan WP - WordPress Theme and Plugin Detector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scanwp.net, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Scan WP - WordPress Theme and Plugin Detector

Λήψη αρχείων επέκτασης Scan WP - WordPress Theme and Plugin Detector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Scan WP - WordPress Theme and Plugin Detector Scan WP - WordPress Theme and Plugin Detector
ID jgepgcdhakjacecafilmhdnifekocmcl
Επίσημο URL https://chromewebstore.google.com/detail/scan-wp-wordpress-theme-a/jgepgcdhakjacecafilmhdnifekocmcl
Περιγραφή 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…
Μέγεθος Αρχείου 1.41 MB
Αριθμός Εγκαταστάσεων 42,587
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-06-24
Ημερομηνία Δημοσίευσης 2018-02-10
Αξιολόγηση 3.82/5 Συνολικά 51 Αξιολογήσεις
Προγραμματιστής https://scanwp.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scanwp.net
Υποστηριζόμενες Γλώσσες 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'"
}