WordPress Theme Detector and Plugins Detector

WordPress Theme Detector and Plugins Detector

Detects the theme and plugins used in WordPress and display information about them. For sites using wordpress an icon will appear - right hand side of the address bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "page_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "WordPress Theme and Plugins Detector"
  },
  "background": {
    "page": "html/background.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "description": "Detects the theme and plugins used in WordPress and display information about them.",
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon19.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "WordPress Theme and Plugins Detector",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "2.1resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "@wordpress-theme-and-plugins-detector"
    }
  }
}