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…

Co je Gochyu - Theme Detector?

Gochyu - Theme Detector je rozšíření Chrome vyvinuté https://gochyu.com, a jeho hlavní funkcí je „Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gochyu - Theme Detector

Stáhněte si soubory rozšíření Gochyu - Theme Detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
Oficiální URL https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Popis Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Velikost souboru 419 KB
Počet instalací 1,514
Aktuální Verze 0.3
Poslední Aktualizace 2020-11-29
Datum Vydání 2019-08-11
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://gochyu.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gochyu.com
Podporované Jazyky 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'"
}