Examine source code of CPQB_N

Inspect and view changes in CPQB_N 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
{
  "manifest_version": 2,
  "name": "CPQB_N",
  "description": "Go_to_CP_QUICKBUILD",
  "version": "8.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "view.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "contextMenus",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{773ab8c8-19b9-4c7c-bec3-8ff622b3faec}"
    }
  }
}