Fake Data - A form filler you won't hate

Fake Data - A form filler you won't hate

Fill form fields on the fly with fake random data. No configuration needed, just double click on each input you want to fill. Has an autolearn feature for unrecognised fields.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "Fake Data",
  "description": "The most advanced tool for filling forms with fake and random data.",
  "version": "4.8.4",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "optional_permissions": [
    "notifications"
  ],
  "homepage_url": "https://www.fakedata.pro/",
  "commands": {
    "command-fill-active-field": {
      "description": "Fill active field"
    },
    "command-fill-active-form": {
      "description": "Fill active form"
    },
    "command-fill-entire-page": {
      "description": "Fill entire page"
    },
    "command-manage-active-field": {
      "description": "Manage active field"
    },
    "custom_shortcut_01": {
      "description": "Custom shortcut #1"
    },
    "custom_shortcut_02": {
      "description": "Custom shortcut #2"
    },
    "custom_shortcut_03": {
      "description": "Custom shortcut #3"
    },
    "custom_shortcut_04": {
      "description": "Custom shortcut #4"
    },
    "custom_shortcut_05": {
      "description": "Custom shortcut #5"
    },
    "custom_shortcut_06": {
      "description": "Custom shortcut #6"
    },
    "custom_shortcut_07": {
      "description": "Custom shortcut #7"
    },
    "custom_shortcut_08": {
      "description": "Custom shortcut #8"
    },
    "custom_shortcut_09": {
      "description": "Custom shortcut #9"
    },
    "custom_shortcut_10": {
      "description": "Custom shortcut #10"
    }
  },
  "name": "Fake Data",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/browser.js",
      "js/manifest_version_definer.js",
      "js/mv_bridge.js",
      "js/helpers.js",
      "js/init.js",
      "js/faker.js",
      "js/moment-with-locales.js",
      "js/fuzzyset.js",
      "js/faker-js-backwards-compatibility.js",
      "js/faker_defines.js",
      "js/rsa.js",
      "js/md5.js",
      "js/ultra_subscription.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "js/browser.js",
        "js/deferred_promise.js",
        "js/jquery.js",
        "js/css-selector-generator.js",
        "js/integrations/select2.integration.js",
        "js/integrations/angular-material.integration.js",
        "js/integrations/react-select.integration.js",
        "js/integrations/vuetify.integration.js",
        "js/integrations/google-sheets.integration.js",
        "js/integrations/fd-public-api.integration.js",
        "js/integrations/page_functions/_func_fd-public-api.integration.js",
        "js/integrations/page_functions/_func_select2.integration.js",
        "js/integrations/page_functions/_func_google-sheets.integration.js",
        "js/integrations/google-forms.integration.js",
        "js/foreground.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon32.png",
    "default_title": "Fake Data"
  }
}