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 là gì?

Gochyu - Theme Detector là một tiện ích mở rộng Chrome được phát triển bởi https://gochyu.com, và tính năng chính của nó là "Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gochyu - Theme Detector

Tải xuống các tệp mở rộng Gochyu - Theme Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gochyu - Theme Detector Gochyu - Theme Detector
ID efnanciieglnbmfechoimgdompmfeafd
URL Chính Thức https://chromewebstore.google.com/detail/gochyu-theme-detector/efnanciieglnbmfechoimgdompmfeafd
Mô tả Ever wonder what theme that site is using? You are in the right place! The Gochyu theme detector is an extension of the site…
Kích Thước Tệp 419 KB
Số Lần Cài Đặt 1,514
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-11-29
Ngày Phát Hành 2019-08-11
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://gochyu.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gochyu.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}