Twitter Customiser

Twitter Customiser

Customise what metrics and content appears in the Media tabs, List tabs and more when browsing Twitter!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitter Customiser",
  "description": "Customise what metrics and content appears in the Media tabs, List tabs and more when browsing Twitter!",
  "version": "1.8",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "/images/herecomeskingskeletor128.png"
    }
  },
  "icons": {
    "128": "/images/herecomeskingskeletor128.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "mainscript.js"
      ],
      "matches": [
        "http://twitter.com/*",
        "https://twitter.com/*",
        "http://x.com/*",
        "https://x.com/*"
      ]
    }
  ]
}