X(Twitter) Comment Blocker Firefox

Examine source code of X(Twitter) Comment Blocker

Inspect and view changes in X(Twitter) Comment Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "X(Twitter) Comment Blocker",
  "version": "1.4.3",
  "minimum_chrome_version": "146",
  "description": "一键净化 X (Twitter) 评论区,自动屏蔽垃圾信息与引流机器人。",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "contextMenus",
    "cookies"
  ],
  "host_permissions": [
    "https://api.github.com/*",
    "*://*.twitter.com/*",
    "*://*.x.com/*"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "x-comment-blocker@amahteru",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "X(Twitter) Comment Blocker",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "utils.js"
      ],
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ]
    }
  ]
}

Best X(Twitter) Comment Blocker Alternatives

Here are some Firefox add-ons that are similar to X(Twitter) Comment Blocker: