WordPress Version

WordPress Version allows you to know WP version of website

Wat is WordPress Version?

WordPress Version is een Chrome-extensie ontwikkeld door AMZScout, en de belangrijkste functie is "WordPress Version allows you to know WP version of website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WordPress Version

Download WordPress Version-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam WordPress Version WordPress Version
ID jbbiglmmnldnajjcnglcbaflpmkjlenh
Officiële URL https://chromewebstore.google.com/detail/wordpress-version/jbbiglmmnldnajjcnglcbaflpmkjlenh
Beschrijving WordPress Version allows you to know WP version of website
Bestandsgrootte 44.05 KB
Aantal Installaties 971
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-06-28
Publicatiedatum 2016-06-28
Beoordeling 3.29/5 Totaal 7 Beoordelingen
Ontwikkelaar AMZScout
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://amzscout.net/docs/security-policy.pdf
Ondersteunde Talen 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"
        }
    ]
}