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!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
            ]
        }
    ]
}