WordPress Version

WordPress Version allows you to know WP version of website

Vad är WordPress Version?

WordPress Version är en Chrome-tillägg utvecklad av AMZScout, och dess huvudfunktion är "WordPress Version allows you to know WP version of website".

Tilläggsskärmbilder

screenshot

Ladda ner WordPress Version-förlängningens CRX-fil

Ladda ner WordPress Version-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn WordPress Version WordPress Version
ID jbbiglmmnldnajjcnglcbaflpmkjlenh
Officiell webbadress https://chromewebstore.google.com/detail/wordpress-version/jbbiglmmnldnajjcnglcbaflpmkjlenh
Beskrivning WordPress Version allows you to know WP version of website
Filstorlek 44.05 KB
Antal Installationer 971
Aktuell Version 1.0.1
Senast Uppdaterad 2016-06-28
Publiceringsdatum 2016-06-28
Betyg 3.29/5 Totalt 7 Betyg
Utvecklare AMZScout
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://amzscout.net/docs/security-policy.pdf
Stödda Språk 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"
        }
    ]
}