Random User Generator

Random User Generator

Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Random User Generator",
  "short_name": "Random User Generator",
  "description": "Generate 1 to 10,000 users for filling databases and testing web API's in seconds without leaving the page",
  "version": "1.3.0",
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "19": "icon.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Generate users"
  },
  "permissions": []
}