WordPress theme and plugins detector 2017

WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…

WordPress theme and plugins detector 2017 là gì?

WordPress theme and plugins detector 2017 là một tiện ích mở rộng Chrome được phát triển bởi https://webribs.com, và tính năng chính của nó là "WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WordPress theme and plugins detector 2017

Tải xuống các tệp mở rộng WordPress theme and plugins detector 2017 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

                        WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers to identify either a website is using WordPress or not. 

In upcoming versions of this extension, I'm going to provide the links of that plugins. So you can easily download those plugins as well.

If you're facing any issue with this extension, feel free to contact me regarding the issue. I'm here to solve that issue for you. 

Thanks,
Rizwan Saleem                    

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

Tên WordPress theme and plugins detector 2017 WordPress theme and plugins detector 2017
ID bpfflaogkhdlflapgekofknjgmggmnbf
URL Chính Thức https://chromewebstore.google.com/detail/wordpress-theme-and-plugi/bpfflaogkhdlflapgekofknjgmggmnbf
Mô tả WP Scanner or WordPress Theme & Plugin Detector is a chrome extension that detects WordPress theme and plugins and helps developers…
Kích Thước Tệp 43.33 KB
Số Lần Cài Đặt 931
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2017-09-26
Ngày Phát Hành 2017-09-26
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://webribs.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://webribs.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress theme and plugins detector 2017",
    "short_name": "WP Detector",
    "version": "0.7",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/* https:\/\/maxcdn.bootstrapcdn.com\/* https:\/\/ssl.google-analytics.com; object-src 'self'"
}