Examine source code of 必死チェッカーもどきに報告書式を追加

Inspect and view changes in 必死チェッカーもどきに報告書式を追加 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": "必死チェッカーもどきに報告書式を追加",
  "version": "0.1",
  "description": "「必死チェッカーもどき」から、5ちゃんねるの報告書式(書式4)を簡単にコピー",
  "content_scripts": [
    {
      "matches": [
        "*://hissi.org/read.php/*/*/*.html*"
      ],
      "js": [
        "jquery-3.6.1.min.js",
        "main.js"
      ],
      "all_frames": true
    }
  ]
}