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!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Detect WordPress themes & plugins

Скачайте файлы расширений 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
Электронная почта [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"
            ]
        }
    ]
}