Tidy Tweet Firefox

Examine source code of Tidy Tweet

Inspect and view changes in Tidy Tweet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tidy Tweet",
  "version": "1.2",
  "description": "Blur our low-value comments on Twitter and X using AI.",
  "browser_specific_settings": {
    "gecko": {
      "id": "twitter-comment-analyzer@example.com"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://api.anthropic.com/*",
    "*://twitter.com/*",
    "*://x.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*",
        "*://x.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Twitter Comment Analyzer",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "styles.css"
  ]
}

Best Tidy Tweet Alternatives

Here are some Firefox add-ons that are similar to Tidy Tweet: