No Tweet Views

Remove the views indicator from tweets
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": "No Tweet Views",
  "version": "0.1.2",
  "author": "Gameleon",
  "description": "Removes the views indicator from tweets",
  "icons": {
    "48": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/jquery-3.6.3.min.js",
        "index.js"
      ],
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*",
        "https://m.twitter.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5d0b083a-b725-4a67-95ef-f02862fc5e1a}"
    }
  }
}