Custom SoundCloud Feed Filter Firefox

Examine source code of Custom SoundCloud Feed Filter

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

Best Custom SoundCloud Feed Filter Alternatives

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