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…

What is Gochyu - Theme Detector?

Gochyu - Theme Detector is a Chrome extension developed by https://gochyu.com, and its main feature is "Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…".

Extension Screenshots

screenshot

Download Gochyu - Theme Detector Extension CRX File

Download Gochyu - Theme Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
Official URL 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…
File Size 419 KB
Installation Count 1,514
Current Version 0.3
Last Updated 2020-11-29
Publish Date 2019-08-11
Rating 5.00/5 Total 5 Ratings
Developer https://gochyu.com
Email [email protected]
Payment Type free
Extension Website https://gochyu.com
Supported Languages 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'"
}