SoundCloud Feed Filter Firefox

Examine source code of SoundCloud Feed Filter

By: 7x11x13
Inspect and view changes in SoundCloud Feed Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoundCloud Feed Filter",
  "description": "Adds multiple filtering options to your SoundCloud feed",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "version": "1.0.7",
  "content_scripts": [
    {
      "matches": [
        "*://*.soundcloud.com/*"
      ],
      "js": [
        "/src/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "/src/filter.js",
    "/src/filters/*.js"
  ],
  "permissions": [
    "storage",
    "*://*.soundcloud.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sc-filter@7x11x13.xyz"
    }
  }
}

Best SoundCloud Feed Filter Alternatives

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