F-list Ads Filter Firefox

Examine source code of F-list Ads Filter

Inspect and view changes in F-list Ads Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "F-list Ads Filter",
  "version": "1.0.0",
  "description": "Filter ads on F-list based on gender",
  "action": {
    "default_popup": "popup.html",
    "default_title": "F-list Ads Filter"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.f-list.net/*",
        "*://f-list.net/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "flistadsfilter@bartoshanks"
    }
  }
}

Best F-list Ads Filter Alternatives

Here are some Firefox add-ons that are similar to F-list Ads Filter: