Detect WordPress themes & plugins
The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
Was ist Detect WordPress themes & plugins?
Detect WordPress themes & plugins ist eine Chrome-Erweiterung, die von https://mxnpro.ovh entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!".
Erweiterungsscreenshots
Detect WordPress themes & plugins-Erweiterungs-CRX-Datei herunterladen
Laden Sie Detect WordPress themes & plugins-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Detect WordPress themes & plugins |
ID | mifocdinanejldnebmfkmjfkklhnilck |
Offizielle URL | https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck |
Beschreibung | The easiest way to detect themes and plugins from WordPress and WooCommerce sites! |
Dateigröße | 195 KB |
Installationsanzahl | 485 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | https://mxnpro.ovh |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://mxnpro.ovh/privacy |
Unterstützte Sprachen | 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" ] } ] } |