WordPress Theme Detector and Plugins Detector

This tool detects theme and plugins used on WordPress sites and displays information about them.

Τι είναι το WordPress Theme Detector and Plugins Detector;

Το WordPress Theme Detector and Plugins Detector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wordpress-theme-detector.com, και η κύρια λειτουργία του είναι "This tool detects theme and plugins used on WordPress sites and displays information about them.".

Στιγμιότυπα Επέκτασης

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

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

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

                        Plugins detection is done on a remote server and then sends the result to your browser.                    

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

Όνομα WordPress Theme Detector and Plugins Detector WordPress Theme Detector and Plugins Detector
ID jdflfokckhmchfpokjmpcoblghjngjja
Επίσημο URL https://chromewebstore.google.com/detail/wordpress-theme-detector/jdflfokckhmchfpokjmpcoblghjngjja
Περιγραφή This tool detects theme and plugins used on WordPress sites and displays information about them.
Μέγεθος Αρχείου 55.11 KB
Αριθμός Εγκαταστάσεων 71,808
Τρέχουσα Έκδοση 2.8
Τελευταία Ενημέρωση 2023-10-15
Ημερομηνία Δημοσίευσης 2020-01-19
Αξιολόγηση 3.79/5 Συνολικά 255 Αξιολογήσεις
Προγραμματιστής https://wordpress-theme-detector.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,fr,es,ro,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/inactive48.png",
            "19": "images\/inactive48.png",
            "32": "images\/inactive48.png",
            "48": "images\/inactive48.png",
            "128": "images\/inactive128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "WordPress Theme Detector and Plugins Detector"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "images\/inactive128.png",
        "48": "images\/inactive48.png",
        "19": "images\/inactive19.png",
        "16": "images\/inactive16.png"
    },
    "manifest_version": 3,
    "name": "WordPress Theme Detector and Plugins Detector",
    "version": "2.8"
}