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…

O que é Gochyu - Theme Detector?

Gochyu - Theme Detector é uma extensão do Chrome desenvolvida por https://gochyu.com, e sua principal característica é "Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gochyu - Theme Detector

Baixe arquivos de extensão Gochyu - Theme Detector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
URL Oficial https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Descrição Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Tamanho do Arquivo 419 KB
Contagem de Instalações 1,514
Versão Atual 0.3
Última Atualização 2020-11-29
Data de Publicação 2019-08-11
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://gochyu.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gochyu.com
Idiomas Suportados 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'"
}