ECCC fixes Firefox

Examine source code of ECCC fixes

제작자: SuhailSherif
Inspect and view changes in ECCC fixes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Stops ECCC from downloading PDFs when they can be opened in the browser. Also fixes a bug during submission.",
  "manifest_version": 2,
  "name": "ECCC Fixes",
  "version": "2.0",
  "page_action": {
    "default_icon": {
      "48": "icons/48.png",
      "96": "icons/96.png",
      "128": "icons/128.png"
    }
  },
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://eccc.weizmann.ac.il/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://eccc.weizmann.ac.il/submit/paper/"
      ],
      "js": [
        "submissioninjection.js"
      ]
    }
  ]
}

최고의 ECCC fixes 대안

다음은 ECCC fixes과(와) 유사한 Firefox add-on입니다: