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…

¿Qué es Gochyu - Theme Detector?

Gochyu - Theme Detector es una extensión de Chrome desarrollada por https://gochyu.com, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Gochyu - Theme Detector

Descarga archivos de extensión Gochyu - Theme Detector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
URL Oficial https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Descripción Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Tamaño del Archivo 419 KB
Cantidad de Instalaciones 1,514
Versión Actual 0.3
Última Actualización 2020-11-29
Fecha de Publicación 2019-08-11
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://gochyu.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://gochyu.com
Idiomas Soportados 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'"
}