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…

Wat is Gochyu - Theme Detector?

Gochyu - Theme Detector is een Chrome-extensie ontwikkeld door https://gochyu.com, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gochyu - Theme Detector

Download Gochyu - Theme Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
Officiële URL https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Beschrijving Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Bestandsgrootte 419 KB
Aantal Installaties 1,514
Huidige Versie 0.3
Laatst Bijgewerkt 2020-11-29
Publicatiedatum 2019-08-11
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://gochyu.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gochyu.com
Ondersteunde Talen 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'"
}