WordPress Version

WordPress Version allows you to know WP version of website

Apa itu WordPress Version?

WordPress Version adalah ekstensi Chrome yang dikembangkan oleh AMZScout, dan fitur utamanya adalah "WordPress Version allows you to know WP version of website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WordPress Version

Unduh file ekstensi WordPress Version 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

                        WordPress Version allows you to get information about version of WordPress at websites which use it and compare it with the latest available version.                    

Informasi Dasar Ekstensi

Nama WordPress Version WordPress Version
ID jbbiglmmnldnajjcnglcbaflpmkjlenh
URL Resmi https://chromewebstore.google.com/detail/wordpress-version/jbbiglmmnldnajjcnglcbaflpmkjlenh
Deskripsi WordPress Version allows you to know WP version of website
Ukuran File 44.05 KB
Jumlah Instalasi 971
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-06-28
Tanggal Publikasi 2016-06-28
Penilaian 3.29/5 Total 7 Penilaian
Pengembang AMZScout
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://amzscout.net/docs/security-policy.pdf
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordPress Version",
    "version": "1.0.1",
    "description": "WordPress Version allows you to know WP version of website",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "http:\/\/www.amazonscout.com",
    "homepage_url": "http:\/\/www.amazonscout.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "",
        "tabs",
        "gcm",
        "identity",
        "*:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}