Fab Library Filter Firefox

Examine source code of Fab Library Filter

Inspect and view changes in Fab Library Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Fab Library Filter",
  "version": "3.1.1",
  "description": "Filters saved items and specific sellers on Fab.com",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.fab.com/*",
    "*://www.fab.com/*"
  ],
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "action": {
    "default_title": "Manage Filters",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "logo16.png",
      "48": "logo48.png",
      "128": "logo128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.fab.com/*",
        "*://www.fab.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Open Filter Manager"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fab-library-filter@luzerastudio.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Fab Library Filter Alternatives

Here are some Firefox add-ons that are similar to Fab Library Filter: