arXiv Booster Firefox

Examine source code of arXiv Booster

Inspect and view changes in arXiv Booster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "arXiv Booster",
  "version": "1.2",
  "description": "Enhances the power of arXiv website",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://arxiv.org/abs/*",
    "https://arxiv.org/pdf/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "arindam.bhunia.phy@gmail.com"
    }
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://arxiv.org/abs/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    },
    {
      "matches": [
        "https://arxiv.org/pdf/*"
      ],
      "js": [
        "content2.js"
      ]
    }
  ]
}

Best arXiv Booster Alternatives

Here are some Firefox add-ons that are similar to arXiv Booster: