Detect WordPress themes & plugins
The easiest way to detect themes and plugins from WordPress and WooCommerce sites!
Apa itu Detect WordPress themes & plugins?
Detect WordPress themes & plugins adalah ekstensi Chrome yang dikembangkan oleh https://mxnpro.ovh, dan fitur utamanya adalah "The easiest way to detect themes and plugins from WordPress and WooCommerce sites!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Detect WordPress themes & plugins
Unduh file ekstensi Detect WordPress themes & plugins dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Detect WordPress themes & plugins |
ID | mifocdinanejldnebmfkmjfkklhnilck |
URL Resmi | https://chromewebstore.google.com/detail/detect-wordpress-themes-p/mifocdinanejldnebmfkmjfkklhnilck |
Deskripsi | The easiest way to detect themes and plugins from WordPress and WooCommerce sites! |
Ukuran File | 195 KB |
Jumlah Instalasi | 485 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | https://mxnpro.ovh |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://mxnpro.ovh/privacy |
Bahasa yang Didukung | 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" ] } ] } |