X Reply Sort Likes Firefox

Examine source code of X Reply Sort Likes

Inspect and view changes in X Reply Sort Likes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "X Reply Sort Likes",
  "version": "1.0.19",
  "description": "Automatically sorts X/Twitter replies by Likes and lets you trim the top home tabs.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_title": "X Reply Sort Likes",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "page-hook.js"
      ],
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "x-reply-sort-likes@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best X Reply Sort Likes Alternatives

Here are some Firefox add-ons that are similar to X Reply Sort Likes: