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…

Apa itu Gochyu - Theme Detector?

Gochyu - Theme Detector adalah ekstensi Chrome yang dikembangkan oleh https://gochyu.com, dan fitur utamanya adalah "Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gochyu - Theme Detector

Unduh file ekstensi Gochyu - Theme Detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
URL Resmi https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Deskripsi Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Ukuran File 419 KB
Jumlah Instalasi 1,514
Versi Saat Ini 0.3
Terakhir Diperbarui 2020-11-29
Tanggal Publikasi 2019-08-11
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://gochyu.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gochyu.com
Bahasa yang Didukung 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'"
}