Examine source code of dアニメストアの視聴後のツイート文をスマホ版と同じにする

Inspect and view changes in dアニメストアの視聴後のツイート文をスマホ版と同じにする 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": "dアニメストアの視聴後のツイート文をスマホ版と同じにする",
  "version": "1.0",
  "description": "dアニメストアの視聴後のツイート文をスマホ版と同じにします。",
  "content_scripts": [
    {
      "matches": [
        "*://animestore.docomo.ne.jp/animestore/sc_d_pc?*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "danimetweetfix@example.com"
    }
  }
}