Twitter Deleter Firefox

Examine source code of Twitter Deleter

By: Saint
Inspect and view changes in Twitter Deleter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitter Deleter",
  "version": "1.0",
  "description": "Automatically removes you tweets on X.com",
  "permissions": [
    "activeTab",
    "tabs",
    "https://x.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_title": "Twitter Deleter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9326283a-4f18-48ab-ac7f-e9c66b8029e2}"
    }
  }
}

Best Twitter Deleter Alternatives

Here are some Firefox add-ons that are similar to Twitter Deleter: