Human Paste PRO Firefox

Examine source code of Human Paste PRO

Inspect and view changes in Human Paste PRO source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Human Paste",
  "version": "1.0",
  "description": "Paste text like a human — character by character with natural typing speed and rhythm.",
  "browser_specific_settings": {
    "gecko": {
      "id": "human-paste@yourdomain.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.png"
  }
}

Meilleures alternatives Human Paste PRO

Voici quelques Firefox add-ons qui sont similaires à Human Paste PRO :