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…

Cos'è Gochyu - Theme Detector?

Gochyu - Theme Detector è un'estensione di Chrome sviluppata da https://gochyu.com, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gochyu - Theme Detector

Scarica i file di estensione Gochyu - Theme Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
URL Ufficiale https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Descrizione Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Dimensione del File 419 KB
Conteggio Installazioni 1,514
Versione Corrente 0.3
Ultimo Aggiornamento 2020-11-29
Data di Pubblicazione 2019-08-11
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://gochyu.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gochyu.com
Lingue Supportate 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'"
}