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 to jest Gochyu - Theme Detector?

Gochyu - Theme Detector to rozszerzenie Chrome opracowane przez https://gochyu.com, a jego główną funkcją jest „Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gochyu - Theme Detector

Pobierz pliki rozszerzeń Gochyu - Theme Detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
Oficjalny URL https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Opis Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Rozmiar pliku 419 KB
Liczba instalacji 1,514
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-11-29
Data Publikacji 2019-08-11
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://gochyu.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gochyu.com
Obsługiwane Języki 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'"
}