SoundCloud Comments Sorter Firefox

Examine source code of SoundCloud Comments Sorter

Inspect and view changes in SoundCloud Comments Sorter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SoundCloud Comments Sorter",
  "version": "1.0",
  "description": "Sort SoundCloud comments by timestamp.",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "*://soundcloud.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://soundcloud.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "soundcloud-sorter@example.com"
    }
  }
}

Best SoundCloud Comments Sorter Alternatives

Here are some Firefox add-ons that are similar to SoundCloud Comments Sorter: