Examine source code of QDWExec Native messaging New

Inspect and view changes in QDWExec Native messaging New source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "qsi.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "qsi_contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Execute method/URL Plugin for Chrome",
  "icons": {
    "128": "qsi.png"
  },
  "manifest_version": 2,
  "name": "QDWExec Native messaging New",
  "options_page": "options.htm",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "nativeMessaging"
  ],
  "version": "1.0.0.1",
  "web_accessible_resources": [
    "apiscript.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}