Examine source code of JutKin for jutsu

Inspect and view changes in JutKin for jutsu 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": 3,
  "name": "JutKin for jutsu",
  "description": "Расширение JutKin для сайта jut.su, добавьте новые возможности на сайт, это проект SanyAlka для jutsu",
  "version": "1.0.5.1",
  "icons": {
    "32": "img/te1.png",
    "48": "img/te48.png",
    "128": "img/te128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.jut.su/*"
  ],
  "action": {
    "default_title": "JutKin for jut.su",
    "default_icon": {
      "32": "img/te1.png",
      "48": "img/te48.png",
      "128": "img/te128.png"
    },
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.jut.su/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "css/cssContent.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jutkin@jutsu",
      "strict_min_version": "60.0a1"
    }
  }
}