Komica Fix Firefox

Examine source code of Komica Fix

By: Fecha
Inspect and view changes in Komica Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Komica Fix",
  "version": "1.61",
  "description": "修復Webp等數個Komica的問題。",
  "icons": {
    "48": "icon48.png"
  },
  "permissions": [
    "*://*.komica1.org/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "dontAcceptWebp.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.komica1.org/*"
      ],
      "js": [
        "fixImage.js"
      ]
    },
    {
      "matches": [
        "*://*.komica1.org/*"
      ],
      "js": [
        "fixDarkStyle.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://komica1.org/m/"
      ],
      "js": [
        "fixMobileMenu.js"
      ]
    },
    {
      "matches": [
        "*://komica1.org/bbsmenu.html"
      ],
      "all_frames": true,
      "js": [
        "fixSideMenu.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{84604029-c59f-47e3-ac4e-783f130babf1}"
    }
  }
}

Best Komica Fix Alternatives

Here are some Firefox add-ons that are similar to Komica Fix: