Custom Font Loader Firefox

Examine source code of Custom Font Loader

By: yupie Add-on
Inspect and view changes in Custom Font Loader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Font Loader",
  "version": "1.0",
  "description": "Apply a custom TTF/OTF font to all websites.",
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "custom-font@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Custom Font Loader Alternatives

Here are some Firefox add-ons that are similar to Custom Font Loader: