Fet Home Filter Firefox

Examine source code of Fet Home Filter

By: kraehe Add-on
Inspect and view changes in Fet Home Filter source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Fet Home Filter",
  "version": "0.1.0",
  "description": "Adjust the FetLife home feed: hide or enlarge loved-picture thumbnails. Unofficial; not affiliated with BitLove.",
  "browser_specific_settings": {
    "gecko": {
      "id": "fhf@kraehennest.github.io",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://fetlife.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/content.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://fetlife.com/*"
      ],
      "js": [
        "src/page.js"
      ],
      "world": "MAIN",
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "src/popup.html",
    "default_title": "Fet Home Filter",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    }
  }
}

Best Fet Home Filter Alternatives

Here are some Firefox add-ons that are similar to Fet Home Filter: