WP Detect

Detect WP Plugins and themes

Apa itu WP Detect?

WP Detect adalah ekstensi Chrome yang dikembangkan oleh Offcon Info Security, dan fitur utamanya adalah "Detect WP Plugins and themes".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WP Detect

Unduh file ekstensi WP Detect 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

                        This Chrome Extension will check for the themes and plugin on the current webpage.                    

Informasi Dasar Ekstensi

Nama WP Detect WP Detect
ID jdfohafahkdilhehnefganaoechoejng
URL Resmi https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng
Deskripsi Detect WP Plugins and themes
Ukuran File 55 KB
Jumlah Instalasi 844
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-08-07
Tanggal Publikasi 2013-08-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Offcon Info Security
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WP Detect",
    "version": "1.0",
    "description": "Detect WP Plugins and themes",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "WP Detect",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}