WordPress Version

WordPress Version allows you to know WP version of website

What is WordPress Version?

WordPress Version is a Chrome extension developed by AMZScout, and its main feature is "WordPress Version allows you to know WP version of website".

Extension Screenshots

screenshot

Download WordPress Version Extension CRX File

Download WordPress Version extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name WordPress Version WordPress Version
ID jbbiglmmnldnajjcnglcbaflpmkjlenh
Official URL https://chromewebstore.google.com/detail/wordpress-version/jbbiglmmnldnajjcnglcbaflpmkjlenh
Description WordPress Version allows you to know WP version of website
File Size 44.05 KB
Installation Count 971
Current Version 1.0.1
Last Updated 2016-06-28
Publish Date 2016-06-28
Rating 3.29/5 Total 7 Ratings
Developer AMZScout
Email [email protected]
Payment Type free
Privacy Policy Page URL https://amzscout.net/docs/security-policy.pdf
Supported Languages 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"
        }
    ]
}