FontCord Firefox

Examine source code of FontCord

By: XD Add-on
Inspect and view changes in FontCord source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FontCord",
  "version": "1.0",
  "description": "모든 웹사이트의 폰트를 내 감성대로 제어하는 웹 폰트 커스터마이저",
  "browser_specific_settings": {
    "gecko": {
      "id": "font-cord@yourdomain.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best FontCord Alternatives

Here are some Firefox add-ons that are similar to FontCord: