NugetPackageGenerator

NugetPackageGenerator

Generate A Batch List For A Package Include All Version Of The Package To Download Via IDM.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Nuget Package Batch Generator",
  "version": "0.3resigned1",
  "description": "Generate A Batch List For A Package Include All Version Of The Package To Download Via IDM.",
  "author": "Ahmed Amer Jaf",
  "permissions": [
    "clipboardWrite"
  ],
  "icons": {
    "16": "i16.png",
    "48": "i48.png",
    "128": "i128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.nuget.org/packages/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{656b6c0d-1eb6-4380-bf14-8af10441af07}"
    }
  }
}