WordPress Version

WordPress Version allows you to know WP version of website

Cos'è WordPress Version?

WordPress Version è un'estensione di Chrome sviluppata da AMZScout, e la sua funzione principale è "WordPress Version allows you to know WP version of website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WordPress Version

Scarica i file di estensione WordPress Version in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WordPress Version WordPress Version
ID jbbiglmmnldnajjcnglcbaflpmkjlenh
URL Ufficiale https://chromewebstore.google.com/detail/wordpress-version/jbbiglmmnldnajjcnglcbaflpmkjlenh
Descrizione WordPress Version allows you to know WP version of website
Dimensione del File 44.05 KB
Conteggio Installazioni 971
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-06-28
Data di Pubblicazione 2016-06-28
Valutazione 3.29/5 Totale 7 Valutazioni
Sviluppatore AMZScout
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://amzscout.net/docs/security-policy.pdf
Lingue Supportate 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"
        }
    ]
}