Examine source code of SOSTP Bakalari

Inspect and view changes in SOSTP Bakalari 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": "SOSTP Bakalari",
  "version": "1.1resigned1",
  "content_scripts": [
    {
      "matches": [
        "https://www.sostp.cz/bakawebps/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{371d7941-750a-48e6-996a-b3e4aa345111}"
    }
  }
}