By: Michael Riley Add-on
Inspect and view changes in X Reply Sort 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",
"version": "1.0.0",
"minimum_chrome_version": "111",
"description": "Set a default reply sorting mode for X/Twitter post pages.",
"browser_specific_settings": {
"gecko": {
"id": "x-reply-sort@local",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"permissions": [
"storage"
],
"host_permissions": [
"https://x.com/*",
"https://twitter.com/*"
],
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"action": {
"default_title": "X Reply Sort",
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
}
},
"content_scripts": [
{
"matches": [
"https://x.com/*",
"https://twitter.com/*"
],
"js": [
"x-route-hook.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https://x.com/*",
"https://twitter.com/*"
],
"js": [
"settings-bridge.js"
],
"run_at": "document_start"
}
]
} Best X Reply Sort Alternatives
Here are some Firefox add-ons that are similar to X Reply Sort:
AutoSort TwitterX Replies
RoyRiver
X Reply Sort Likes
Cosisety
Twitter (X) sort by likes
Loudmouth
X Comment Sorting Remover
BONG88
Default Sort for Reddit
Lode88
Sort X
Mikatech-dev
4chan Reply Sort
Joshua Seiger-Eatwell
X Auto Reply 2.0
NT Theshy
Reddit Default Sort
Cale
Reddit Default Sort
Cale
Redisort
Magnus Arge
X/Twitter Remove comment sorting button
MadKris