Examine source code of kiosk_bbsmp_k2

Inspect and view changes in kiosk_bbsmp_k2 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": "kiosk_bbcmp_k2",
  "description": "Переход на портал предварительной записи",
  "version": "2.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "bbsmpk2.js"
      ]
    }
  ]
}