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…

Was ist Gochyu - Theme Detector?

Gochyu - Theme Detector ist eine Chrome-Erweiterung, die von https://gochyu.com entwickelt wurde, und ihr Hauptmerkmal ist "Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…".

Erweiterungsscreenshots

screenshot

Gochyu - Theme Detector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gochyu - Theme Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
Offizielle URL https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Beschreibung Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Dateigröße 419 KB
Installationsanzahl 1,514
Aktuelle Version 0.3
Letztes Update 2020-11-29
Veröffentlichungsdatum 2019-08-11
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://gochyu.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gochyu.com
Unterstützte Sprachen 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'"
}