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…

Gochyu - Theme Detector क्या है?

Gochyu - Theme Detector https://gochyu.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gochyu - Theme Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
आधिकारिक URL https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
विवरण Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
फ़ाइल का आकार 419 KB
स्थापना संख्या 1,514
वर्तमान संस्करण 0.3
अंतिम अपडेट 2020-11-29
प्रकाशन तिथि 2019-08-11
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://gochyu.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gochyu.com
समर्थित भाषाएँ 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'"
}