One-Click Submit

One-Click Submit

Submit Google Autocomplete forms effortlessly. Avoid clicking on each field to remove the blue background, we do this for you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "One-Click Submit",
  "description": "Submit Google Autocomplete forms effortlessly. Avoid clicking on each field to remove the blue background, we do this for you!",
  "version": "1.3.0",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "webRequest",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "One-Click Submit",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "app/background.js",
    "type": "module"
  },
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}