WordPress Theme Detector and Plugins Detector

This tool detects theme and plugins used on WordPress sites and displays information about them.

Что такое WordPress Theme Detector and Plugins Detector?

WordPress Theme Detector and Plugins Detector - это расширение Chrome, разработанное https://wordpress-theme-detector.com, и его основная функция - "This tool detects theme and plugins used on WordPress sites and displays information about them.".

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

Скачать файл CRX расширения WordPress Theme Detector and Plugins Detector

Скачайте файлы расширений WordPress Theme Detector and Plugins Detector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Plugins detection is done on a remote server and then sends the result to your browser.                    

Основная информация о расширении

Название WordPress Theme Detector and Plugins Detector WordPress Theme Detector and Plugins Detector
ID jdflfokckhmchfpokjmpcoblghjngjja
Официальный URL https://chromewebstore.google.com/detail/wordpress-theme-detector/jdflfokckhmchfpokjmpcoblghjngjja
Описание This tool detects theme and plugins used on WordPress sites and displays information about them.
Размер файла 55.11 KB
Количество установок 71,808
Текущая Версия 2.8
Последнее Обновление 2023-10-15
Дата публикации 2020-01-19
Рейтинг 3.79/5 Всего 255 оценок
Разработчик https://wordpress-theme-detector.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,fr,es,ro,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/inactive48.png",
            "19": "images\/inactive48.png",
            "32": "images\/inactive48.png",
            "48": "images\/inactive48.png",
            "128": "images\/inactive128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "WordPress Theme Detector and Plugins Detector"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "images\/inactive128.png",
        "48": "images\/inactive48.png",
        "19": "images\/inactive19.png",
        "16": "images\/inactive16.png"
    },
    "manifest_version": 3,
    "name": "WordPress Theme Detector and Plugins Detector",
    "version": "2.8"
}