Offline Password Generator Firefox

Examine source code of Offline Password Generator

Inspect and view changes in Offline Password Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Offline Password Generator & Auto Update",
  "version": "3.1",
  "description": "Offline password generator + auto update",
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "host_permissions": [
    "https://pcmsrv.bimehma.com/*",
    "https://pcmsrv.bimehma.com:8444/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Password AutoUpdate",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://pcmsrv.bimehma.com/*",
        "https://pcmsrv.bimehma.com:8444/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "erfan.elf@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Offline Password Generator

Voici quelques Firefox add-ons qui sont similaires à Offline Password Generator :