Hide Twitter Trends

Hide Twitter Trends

Hide Twitter (What’s happening, Who to follow, Topics to follow) elements

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hide Twitter Trends",
  "version": "0.10.2",
  "description": "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements",
  "author": "Moath Alhajri",
  "homepage_url": "https://moath.dev/",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ]
    }
  ]
}