Medium Custom Style Firefox

Examine source code of Medium Custom Style

제작자: anjit
Inspect and view changes in Medium Custom Style source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Medium Custom Style",
  "version": "1.1",
  "description": "Overrides specific CSS classes on Medium",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "*://medium.com/*",
    "*://*.medium.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://medium.com/*",
        "*://*.medium.com/*"
      ],
      "css": [
        "./styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "anjitcoder@gmail.com",
      "strict_min_version": "109.0"
    }
  }
}

최고의 Medium Custom Style 대안

다음은 Medium Custom Style과(와) 유사한 Firefox add-on입니다: