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是由https://mxnpro.ovh開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to detect themes and plugins from WordPress and WooCommerce sites!”。
擴展截圖
下載Detect WordPress themes & plugins擴展crx文件
下載Detect WordPress themes & plugins擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
隱私政策頁面URL | 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" ] } ] } |