WP Theme Detector and Plugins Detector Firefox

Examine source code of WP Theme Detector and Plugins Detector

By: Valeriu
Inspect and view changes in WP Theme Detector and Plugins Detector source codes across current and past versions
Please login to examine the extension's source code.
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"
    }
  }
}

Best WP Theme Detector and Plugins Detector Alternatives

Here are some Firefox add-ons that are similar to WP Theme Detector and Plugins Detector: