Detect WordPress themes & plugins
The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
Wat is Detect WordPress themes & plugins?
Detect WordPress themes & plugins is een Chrome-extensie ontwikkeld door https://mxnpro.ovh, en de belangrijkste functie is "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!".
Extensie Screenshots
Download het CRX-bestand van de extensie Detect WordPress themes & plugins
Download Detect WordPress themes & plugins-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Detect WordPress themes & plugins |
ID | mifocdinanejldnebmfkmjfkklhnilck |
Officiële URL | https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck |
Beschrijving | The easiest way to detect themes and plugins from WordPress and WooCommerce sites! |
Bestandsgrootte | 195 KB |
Aantal Installaties | 485 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://mxnpro.ovh |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://mxnpro.ovh/privacy |
Ondersteunde Talen | 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" ] } ] } |