Twitter View Hider

Twitter View Hider

Automatically hide view counts of tweets in your timeline

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitter View Hider",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Automatically hide view counts of tweets in your timeline",
  "permissions": [],
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "web_accessible_resources": [],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://twitter.com/*"
      ]
    }
  ]
}