Examine source code of Broadbean Chrome Extension

Inspect and view changes in Broadbean Chrome Extension 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Broadbean Chrome Extension",
  "description": "Extract details from your job advert and export through to AdCourier.",
  "version": "0.1.0.135",
  "author": "Broadbean Technology",
  "icons": {
    "128": "images/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://api.adcourier.com/hybrid/hybrid.cgi",
    "https://beanwidget.adcourier.com/distro/dashboardpost"
  ],
  "options_ui": {
    "page": "options.html"
  }
}