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…

Hvad er Gochyu - Theme Detector?

Gochyu - Theme Detector er en Chrome-udvidelse udviklet af https://gochyu.com, og dens hovedfunktion er "Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…".

Udvidelsesskærmbilleder

screenshot

Download Gochyu - Theme Detector-udvidelses-CRX-fil

Download Gochyu - Theme Detector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
Officiel URL https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Beskrivelse Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Filstørrelse 419 KB
Antal Installationer 1,514
Nuværende Version 0.3
Senest Opdateret 2020-11-29
Udgivelsesdato 2019-08-11
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://gochyu.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://gochyu.com
Understøttede Sprog 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'"
}