Arxiv Redirector Firefox

Examine source code of Arxiv Redirector

Inspect and view changes in Arxiv Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "arXiv Redirector",
  "version": "1.1.0",
  "action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "contactshashankshekhar@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "declarativeNetRequestWithHostAccess",
    "storage"
  ],
  "host_permissions": [
    "*://*.arxiv.org/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.arxiv.org/html/*"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "*://*.arxiv.org/abs/*"
      ],
      "js": [
        "ar5ivbutton.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "service_worker.js"
    ]
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset1",
        "enabled": true,
        "path": "rulesPdfOnly.json"
      },
      {
        "id": "ruleset2",
        "enabled": true,
        "path": "rulesAbsOnly.json"
      },
      {
        "id": "ruleset3",
        "enabled": true,
        "path": "rulesHtmlOnly.json"
      }
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  }
}

Best Arxiv Redirector Alternatives

Here are some Firefox add-ons that are similar to Arxiv Redirector: