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'est-ce que Gochyu - Theme Detector ?

Gochyu - Theme Detector est une extension Chrome développée par https://gochyu.com, et sa fonction principale est "Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gochyu - Theme Detector

Téléchargez les fichiers d'extension Gochyu - Theme Detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
URL Officiel https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Description Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Taille du Fichier 419 KB
Nombre d'Installations 1,514
Version Actuelle 0.3
Dernière Mise à Jour 2020-11-29
Date de Publication 2019-08-11
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://gochyu.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gochyu.com
Langues Prises en Charge 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'"
}