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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Gochyu - Theme Detector

قم بتنزيل ملفات الامتداد Gochyu - Theme Detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}