WP Detect

Detect WP Plugins and themes

Vad är WP Detect?

WP Detect är en Chrome-tillägg utvecklad av Offcon Info Security, och dess huvudfunktion är "Detect WP Plugins and themes".

Tilläggsskärmbilder

screenshot

Ladda ner WP Detect-förlängningens CRX-fil

Ladda ner WP Detect-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

                        This Chrome Extension will check for the themes and plugin on the current webpage.                    

Grundläggande Information om Tillägg

Namn WP Detect WP Detect
ID jdfohafahkdilhehnefganaoechoejng
Officiell webbadress https://chromewebstore.google.com/detail/wp-detect/jdfohafahkdilhehnefganaoechoejng
Beskrivning Detect WP Plugins and themes
Filstorlek 55 KB
Antal Installationer 844
Aktuell Version 1.0
Senast Uppdaterad 2013-08-07
Publiceringsdatum 2013-08-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Offcon Info Security
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WP Detect",
    "version": "1.0",
    "description": "Detect WP Plugins and themes",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "WP Detect",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}