Upload Guard Firefox

Examine source code of Upload Guard

Inspect and view changes in Upload Guard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Upload Guard",
  "version": "1.3.1",
  "description": "Restrict uploads on chosen sites to password-protected files and/or matching filenames. All checks run locally in the browser.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "src/glob.js",
        "src/validators.js",
        "src/notify.js",
        "src/content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "src/background.js",
    "scripts": [
      "src/glob.js",
      "src/background.js"
    ]
  },
  "options_ui": {
    "page": "src/options.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "Upload Guard",
    "default_popup": "src/options.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "upload-guard@rivia.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Meilleures alternatives Upload Guard

Voici quelques Firefox add-ons qui sont similaires à Upload Guard :