Detect WordPress themes & plugins
The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
Τι είναι το Detect WordPress themes & plugins;
Το Detect WordPress themes & plugins είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mxnpro.ovh, και η κύρια λειτουργία του είναι "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Detect WordPress themes & plugins
Λήψη αρχείων επέκτασης Detect WordPress themes & plugins σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Curious about what theme or plugins your competitors use? WP Detective is the easiest way to get every details about a WordPress and WooCommerce websites. Once installed, click the extension icon and you will get all the informations about the website you are visiting. It's 100% free, enjoy!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Detect WordPress themes & plugins |
ID | mifocdinanejldnebmfkmjfkklhnilck |
Επίσημο URL | https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck |
Περιγραφή | The easiest way to detect themes and plugins from WordPress and WooCommerce sites! |
Μέγεθος Αρχείου | 195 KB |
Αριθμός Εγκαταστάσεων | 485 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://mxnpro.ovh |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://mxnpro.ovh/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Detect WordPress themes & plugins", "short_name": "WP Detective", "version": "1.0", "description": "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/", "https:\/\/*\/" ], "js": [ "injected.js" ] } ] } |