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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |