SoundCloud FeedFilter Extended Firefox

Examine source code of SoundCloud FeedFilter Extended

By: Toasbi
Inspect and view changes in SoundCloud FeedFilter Extended source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SoundCloud Feed Filter Extended",
  "description": "Filter your SoundCloud feed — block reposts, filter by track length, content age, tags, free downloads, and more.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "version": "1.1.5",
  "content_scripts": [
    {
      "matches": [
        "*://*.soundcloud.com/*"
      ],
      "js": [
        "/src/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/src/filter.js"
      ],
      "matches": [
        "*://*.soundcloud.com/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*.soundcloud.com/*"
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tk.feed@pm.me",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SoundCloud FeedFilter Extended Alternatives

Here are some Firefox add-ons that are similar to SoundCloud FeedFilter Extended: