Gochyu - Theme Detector

Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…

Что такое Gochyu - Theme Detector?

Gochyu - Theme Detector - это расширение Chrome, разработанное https://gochyu.com, и его основная функция - "Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…".

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

screenshot

Скачать файл CRX расширения Gochyu - Theme Detector

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

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

                        Ever wonder what theme that site is using? You are in the right place!

The Gochyu theme detector is an extension of the site gochyu.com which aims to detect the themes & plugins of various web platforms, such as: WordPress, Shopify, Drupal, WordPress.com (It's the only detector which realizes the difference between WordPress.com and WordPress.org), Joomla!, Prestashop, Squarespace & Wix.
Aside from the above, Gochyu could also detect many other platforms so you know what platform that site is using.                    

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

Название Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
Официальный URL https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Описание Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Размер файла 419 KB
Количество установок 1,514
Текущая Версия 0.3
Последнее Обновление 2020-11-29
Дата публикации 2019-08-11
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://gochyu.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gochyu.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gochyu - Theme Detector",
    "short_name": "Gochyu",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}