ScholarVox Export Helper Firefox

Examine source code of ScholarVox Export Helper

Inspect and view changes in ScholarVox Export Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cyberlibris Export Helper",
  "version": "1.0",
  "description": "Allow to export documents from a scholarVox website..",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "https://univ-scholarvox-com.gorgone.univ-toulouse.fr/*",
    "https://univ-scholarvox-com.bnf.idm.oclc.org/*",
    "https://univ-scholarvox-com.ressources.univ-poitiers.fr/*",
    "https://*.scholarvox.com/*",
    "https://*.cyberlibris.com/*",
    "https://static2-cyberlibris-com.gorgone.univ-toulouse.fr/*",
    "https://readerlb-cyberlibris-com.gorgone.univ-toulouse.fr/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "scholarvoxdownloader@academictoolkit",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    },
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "jszip.js",
      "export.js",
      "history.js",
      "metadata.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://univ-scholarvox-com.gorgone.univ-toulouse.fr/*",
        "https://univ-scholarvox-com.bnf.idm.oclc.org/*",
        "https://univ-scholarvox-com.ressources.univ-poitiers.fr/*",
        "https://readerlb-cyberlibris-com.gorgone.univ-toulouse.fr/*",
        "https://*.scholarvox.com/*",
        "https://*.cyberlibris.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best ScholarVox Export Helper Alternatives

Here are some Firefox add-ons that are similar to ScholarVox Export Helper: