UnTwit (X)

UnTwit (X)

Effortlessly un-repost and unlike posts (tweets) with a single click. A great tool to manage your X (Twitter) presence.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "UnTwit (X)",
  "description": "Effortlessly un-repost and unlike posts (tweets) with a single click. A great tool to manage your X (Twitter) presence.",
  "version": "1.2",
  "author": "Amin F",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "untwit-logo.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "128": "untwit-logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}