Detect WordPress themes & plugins
The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
Hvad er Detect WordPress themes & plugins?
Detect WordPress themes & plugins er en Chrome-udvidelse udviklet af https://mxnpro.ovh, og dens hovedfunktion er "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!".
Udvidelsesskærmbilleder
Download Detect WordPress themes & plugins-udvidelses-CRX-fil
Download Detect WordPress themes & plugins-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Detect WordPress themes & plugins |
ID | mifocdinanejldnebmfkmjfkklhnilck |
Officiel URL | https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck |
Beskrivelse | The easiest way to detect themes and plugins from WordPress and WooCommerce sites! |
Filstørrelse | 195 KB |
Antal Installationer | 485 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-03-08 |
Udgivelsesdato | 2019-03-08 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | https://mxnpro.ovh |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://mxnpro.ovh/privacy |
Understøttede Sprog | 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" ] } ] } |