SoundCloud Track Filter Firefox

Examine source code of SoundCloud Track Filter

Inspect and view changes in SoundCloud Track Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoundCloud Track Filter",
  "version": "1.1",
  "description": "Removes tracks from stream page with length less than some value, also can remove reposts.",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "applications": {
    "gecko": {
      "id": "SCLF@example.com",
      "strict_min_version": "59.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.soundcloud.com/stream"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    },
    "default_title": "SoundCloud Track Filter",
    "default_popup": "popup/settings.html",
    "show_matches": [
      "*://*.soundcloud.com/stream"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "*://*.soundcloud.com/*"
  ],
  "author": "Dmitry Filimonov"
}

Best SoundCloud Track Filter Alternatives

Here are some Firefox add-ons that are similar to SoundCloud Track Filter: