Examine source code of Hide X Twitter Elements

Inspect and view changes in Hide X Twitter Elements 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": "__MSG_appName__",
  "short_name": "HTE",
  "version": "2.11.5",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "twit48.png",
    "128": "twit128.png"
  },
  "action": {
    "default_icon": "twit48.png",
    "default_title": "Hide X Twitter Elements"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "functions.js",
        "twitterstyle.js"
      ],
      "matches": [
        "http://www.twitter.com/*",
        "https://www.twitter.com/*",
        "http://twitter.com/*",
        "https://twitter.com/*",
        "http://www.x.com/*",
        "https://www.x.com/*",
        "http://x.com/*",
        "https://x.com/*"
      ]
    }
  ],
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}