Human Paste PRO Firefox

Examine source code of Human Paste PRO

제작자: Abdallah Ramadan Add-on
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"
  }
}

최고의 Human Paste PRO 대안

다음은 Human Paste PRO과(와) 유사한 Firefox add-on입니다: